aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes
AgeCommit message (Collapse)AuthorFilesLines
2022-11-01highlight active tabIlion Beyst1-15/+6
2022-11-01move bot versions to its own tabIlion Beyst3-43/+90
2022-10-31tabbed bot pageIlion Beyst3-45/+90
2022-10-30add filtering and infinite scroll to BotMatchesIlion Beyst1-22/+31
2022-10-30design new BotMatch viewIlion Beyst3-7/+67
2022-10-30type fixesIlion Beyst1-1/+1
2022-10-28show matches that had errors on bot pageIlion Beyst1-26/+28
2022-10-26hide 'older' link when there is only one pageIlion Beyst1-1/+2
2022-10-25fix matches page filter params propagationIlion Beyst2-26/+38
2022-10-24create simple stats pageIlion Beyst2-3/+175
2022-10-16only show playerlog to bot ownerIlion Beyst1-25/+44
2022-10-15only show bot stderr to its ownerIlion Beyst1-2/+21
2022-10-15show player logs on view match pageIlion Beyst2-1/+42
2022-10-10load match log asynchronouslyIlion Beyst1-7/+10
2022-09-29rules: clarify combat resolutionIlion Beyst1-3/+9
2022-09-19update docsIlion Beyst2-11/+40
- divide rules doc in sections - clarify turn order - document logging to stderr - bump turn limit to 500
2022-09-14docs: extend docker instructionsIlion Beyst2-18/+63
2022-09-14add basic markdown document stylingIlion Beyst1-6/+2
2022-09-13add local development doc pageIlion Beyst3-0/+57
2022-09-12add toc sidebar to docs siteIlion Beyst4-53/+114
2022-09-11redirect /docs to /docs/rulesIlion Beyst1-0/+8
2022-09-10show bot versions on bot pageIlion Beyst2-14/+64
2022-09-05translate rules view to markdownIlion Beyst3-17/+85
2022-09-04Merge branch 'site-docs'Ilion Beyst2-0/+13
2022-08-27show map info for matchesIlion Beyst1-6/+18
2022-08-22create editor storeIlion Beyst1-10/+5
2022-08-22populate new index pageIlion Beyst1-0/+92
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-28set up docs routeIlion Beyst2-0/+13
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