aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/lib
AgeCommit message (Expand)AuthorFilesLines
2022-11-26fix BotMatch winner assignmentIlion Beyst2-2/+1
2022-11-15restyle turn progress barIlion Beyst1-4/+6
2022-11-13copy input gamestate from player logIlion Beyst3-8/+60
2022-11-12collapse PlayerLog entriesIlion Beyst4-154/+200
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 Beyst7-8/+202
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 Beyst4-151/+168
2022-09-18show dispatches and timeouts in outputpaneIlion Beyst2-30/+89
2022-09-17initial version of structured log displayIlion Beyst2-1/+134
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 Beyst2-18/+37
2022-08-22create editor storeIlion Beyst2-4/+33
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-15styling of next/prev buttonsIlion Beyst1-0/+0
2022-08-08properly initialize fetch in ApiClientIlion Beyst1-2/+3
2022-08-06extend api_client for loading match dataIlion Beyst1-21/+30
2022-08-06introduce ApiClientIlion Beyst2-30/+77
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 Beyst2-0/+13
2022-04-23more elaborate game rulesIlion Beyst1-27/+72
2022-04-23show rules on first visitIlion Beyst1-1/+5
2022-04-17show player names in visualizerIlion Beyst1-1/+30
2022-04-16format & cleanupIlion Beyst3-2/+37
2022-04-15show bot name validations in frontendIlion Beyst1-9/+16
2022-04-09show login errorsIlion Beyst1-0/+34
2022-03-24don't show save button when user is not logged inIlion Beyst1-6/+14
2022-03-22implement currentUser storeIlion Beyst2-6/+10