aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/lib/components
AgeCommit message (Collapse)AuthorFilesLines
2022-11-12match view: toggle sidebarIlion Beyst1-6/+15
2022-11-07use native vite features for including wasmIlion Beyst1-1/+2
2022-11-04integrate UserControls into main navbarIlion Beyst1-88/+0
2022-11-03add logo and page titlesIlion Beyst1-2/+2
2022-11-03basic responsive navbarIlion Beyst1-0/+9
2022-11-01highlight active tabIlion Beyst1-0/+26
2022-10-30add filtering and infinite scroll to BotMatchesIlion Beyst1-4/+69
2022-10-30design new BotMatch viewIlion Beyst5-8/+127
2022-10-30type fixesIlion Beyst1-2/+2
2022-10-28update selects on SubmitPaneIlion Beyst1-4/+4
2022-10-15show player logs on view match pageIlion Beyst3-151/+157
2022-09-18show dispatches and timeouts in outputpaneIlion Beyst1-28/+67
2022-09-17initial version of structured log displayIlion Beyst1-1/+79
2022-09-16introduce turn-based log parserIlion Beyst2-24/+14
2022-09-12add toc sidebar to docs siteIlion Beyst1-0/+21
2022-09-05translate rules view to markdownIlion Beyst1-124/+0
2022-08-27show map info for matchesIlion Beyst1-0/+8
2022-08-27allow selecting a map in editor viewIlion Beyst1-18/+36
2022-08-22create editor storeIlion Beyst1-4/+7
2022-08-22populate new index pageIlion Beyst1-6/+1
2022-08-21extract leaderboard from editorIlion Beyst1-16/+1
2022-08-20implement LinkButton componentIlion Beyst1-0/+7
2022-08-05show recent matches on bots pageIlion Beyst1-1/+3
2022-08-05extract MatchList componentIlion Beyst1-0/+94
2022-07-24use absolute paths for login and registerIlion Beyst1-2/+2
2022-07-24add bot detail pageIlion Beyst2-6/+12
2022-07-24basic user profile pagesIlion Beyst2-4/+11
2022-06-11replace 'target' with 'destination' in rules. Thanks @rien!Ilion Beyst1-2/+2
2022-05-28Merge branch 'feature/leaderboard'Ilion Beyst1-0/+72
2022-05-23show confirmation on succesful bot saveIlion Beyst1-3/+14
2022-05-18add basic leaderboard viewIlion Beyst1-0/+72
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 Beyst1-0/+4
2022-04-23more elaborate game rulesIlion Beyst1-27/+72
2022-04-17show player names in visualizerIlion Beyst1-1/+30
2022-04-16format & cleanupIlion Beyst2-2/+2
2022-04-15show bot name validations in frontendIlion Beyst1-9/+16
2022-03-24don't show save button when user is not logged inIlion Beyst1-6/+14
2022-03-22implement currentUser storeIlion Beyst1-6/+7
2022-03-21implement navbar user controlsIlion Beyst1-0/+75
2022-03-15add a simple view with game rulesIlion Beyst1-0/+70
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 Beyst1-6/+40
2022-03-05fix opponent selectionIlion Beyst1-6/+5
2022-03-04add save bot formIlion Beyst1-3/+43
2022-03-03add bot selection on demo pageIlion Beyst1-5/+40
2022-02-23show match pane when a match is selectedIlion Beyst2-3/+12
2022-02-23show bot stderrIlion Beyst3-1/+91