aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server
AgeCommit message (Expand)AuthorFilesLines
2022-07-28set up docs routeIlion Beyst3-1/+17
2022-07-27setup mdsvexIlion Beyst2-3/+10
2022-07-24add placeholders for empty listsIlion Beyst2-0/+6
2022-07-24create new bot flowIlion Beyst3-2/+130
2022-07-24use absolute paths for login and registerIlion Beyst1-2/+2
2022-07-24remove global style overrides from visualizerIlion Beyst1-0/+1
2022-07-24add bot detail pageIlion Beyst5-96/+160
2022-07-24basic user profile pagesIlion Beyst3-4/+95
2022-07-19fix match detail viewIlion Beyst1-7/+28
2022-06-11replace 'target' with 'destination' in rules. Thanks @rien!Ilion Beyst1-2/+2
2022-05-28Merge branch 'feature/leaderboard'Ilion Beyst2-12/+88
2022-05-23set roboto as default fontIlion Beyst1-0/+1
2022-05-23show confirmation on succesful bot saveIlion Beyst1-3/+14
2022-05-22add scroll bar to match historyIlion Beyst1-0/+3
2022-05-18add basic leaderboard viewIlion Beyst2-12/+88
2022-04-25add turn limit and environment info to rulesIlion Beyst1-1/+16
2022-04-25add saved bot to opponent listIlion Beyst1-0/+5
2022-04-25persist saved bot nameIlion Beyst2-0/+13
2022-04-23more elaborate game rulesIlion Beyst1-27/+72
2022-04-23show rules on first visitIlion Beyst2-2/+9
2022-04-17show player names in visualizerIlion Beyst2-2/+33
2022-04-16format & cleanupIlion Beyst6-40/+44
2022-04-15show bot name validations in frontendIlion Beyst1-9/+16
2022-04-09auto login after registrationIlion Beyst1-1/+7
2022-04-09show login errorsIlion Beyst2-25/+51
2022-04-09show registration errors on register formIlion Beyst1-8/+28
2022-03-29add responsive css rule to account formsIlion Beyst1-2/+14
2022-03-24don't show save button when user is not logged inIlion Beyst1-6/+14
2022-03-22implement currentUser storeIlion Beyst3-10/+14
2022-03-21implement navbar user controlsIlion Beyst2-2/+77
2022-03-19create common styles for account formsIlion Beyst6-83/+79
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 Beyst2-0/+92
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-06improve submitpane stylingIlion Beyst1-17/+12
2022-03-06show errors for saving botsIlion Beyst1-1/+17
2022-03-06refactor: move bot api calls to submitpaneIlion Beyst2-41/+43
2022-03-05fix opponent selectionIlion Beyst2-7/+8
2022-03-04add save bot formIlion Beyst2-5/+58
2022-03-03add bot selection on demo pageIlion Beyst2-5/+41
2022-02-24update sveltekit versionIlion Beyst3-4/+11
2022-02-24use sveltekit nodejs adapterIlion Beyst2-1/+2
2022-02-23show match pane when a match is selectedIlion Beyst3-6/+15
2022-02-23show bot stderrIlion Beyst4-15/+101
2022-02-22poll for matches to completeIlion Beyst1-4/+19
2022-02-22persist bot code in localstorageIlion Beyst3-3/+35