aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes
AgeCommit message (Expand)AuthorFilesLines
2022-08-22move rules to their own routeIlion Beyst3-20/+18
2022-08-21make scroll bars less ugly in chromeIlion Beyst1-0/+14
2022-08-21extract leaderboard from editorIlion Beyst3-10/+31
2022-08-21move bot editor to /editorIlion Beyst3-283/+310
2022-08-20implement LinkButton componentIlion Beyst2-3/+5
2022-08-19create global scss stylesIlion Beyst3-37/+3
2022-08-16consume matches pagination apiIlion Beyst2-7/+16
2022-08-15styling of next/prev buttonsIlion Beyst3-16/+43
2022-08-15link to all matches on bot pageIlion Beyst1-1/+21
2022-08-12allow filtering for bot matchesIlion Beyst1-2/+22
2022-08-11save matches pagination cursor in urlIlion Beyst1-21/+26
2022-08-09badly paginated matchesIlion Beyst1-1/+47
2022-08-07move match index to ApiClientIlion Beyst1-13/+12
2022-08-06extend api_client for loading match dataIlion Beyst1-24/+16
2022-08-06introduce ApiClientIlion Beyst1-26/+15
2022-08-05show recent matches on bots pageIlion Beyst1-4/+20
2022-08-05extract MatchList componentIlion Beyst1-103/+3
2022-07-31create a basic match tableIlion Beyst1-9/+112
2022-07-24add placeholders for empty listsIlion Beyst2-0/+6
2022-07-24create new bot flowIlion Beyst3-2/+130
2022-07-24remove global style overrides from visualizerIlion Beyst1-0/+1
2022-07-24add bot detail pageIlion Beyst3-90/+148
2022-07-24basic user profile pagesIlion Beyst1-0/+84
2022-07-19fix match detail viewIlion Beyst1-7/+28
2022-05-28Merge branch 'feature/leaderboard'Ilion Beyst1-12/+16
2022-05-23set roboto as default fontIlion Beyst1-0/+1
2022-05-22add scroll bar to match historyIlion Beyst1-0/+3
2022-05-18add basic leaderboard viewIlion Beyst1-12/+16
2022-04-23show rules on first visitIlion Beyst1-1/+4
2022-04-17show player names in visualizerIlion Beyst1-1/+3
2022-04-16format & cleanupIlion Beyst2-33/+2
2022-04-09auto login after registrationIlion Beyst1-1/+7
2022-04-09show login errorsIlion Beyst1-25/+17
2022-04-09show registration errors on register formIlion Beyst1-8/+28
2022-03-22implement currentUser storeIlion Beyst1-4/+4
2022-03-21implement navbar user controlsIlion Beyst1-2/+2
2022-03-19create common styles for account formsIlion Beyst4-83/+26
2022-03-18style registration pageIlion Beyst1-8/+67
2022-03-17populate navbarIlion Beyst1-3/+36
2022-03-16factor out top bar to __layout.svelteIlion Beyst2-69/+73
2022-03-15add a simple view with game rulesIlion Beyst1-0/+22
2022-03-14add explicit ViewMode enumIlion Beyst1-6/+15
2022-03-14fix timezone bugIlion Beyst1-1/+1
2022-03-11show opponent name in match listIlion Beyst1-2/+8
2022-03-06refactor: move bot api calls to submitpaneIlion Beyst1-35/+3
2022-03-05fix opponent selectionIlion Beyst1-1/+3
2022-03-04add save bot formIlion Beyst1-2/+15
2022-03-03add bot selection on demo pageIlion Beyst1-0/+1
2022-02-23show match pane when a match is selectedIlion Beyst1-3/+3
2022-02-23show bot stderrIlion Beyst1-14/+10