aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-22poll for matches to completeIlion Beyst1-4/+19
2022-02-22persist bot code in localstorageIlion Beyst1-3/+11
2022-02-21add default code to get startedIlion Beyst1-1/+3
2022-02-17adapt frontend to new match apiIlion Beyst1-3/+25
2022-02-09consume new match APIIlion Beyst1-8/+49
2022-02-07styling: make sure visualizer does not overflowIlion Beyst1-0/+3
2022-02-07cleanup editor codeIlion Beyst1-14/+12
2022-02-07keep persistent EditorSession on demo pageIlion Beyst2-24/+15
2022-02-05outline demo interfaceIlion Beyst2-12/+151
2022-02-04configure python mode and theme for ace editorIlion Beyst1-0/+6
2022-02-02use ace editor for code editingIlion Beyst1-4/+21
2022-02-02temporary setup for showing submission match resultIlion Beyst2-4/+38
2022-02-02get started on submit pageIlion Beyst1-2/+27
2022-01-04return user from login callIlion Beyst1-16/+18
2022-01-02basic match viewsIlion Beyst4-1/+68
2022-01-01match form stubsIlion Beyst2-0/+83