aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src
AgeCommit message (Collapse)AuthorFilesLines
2022-11-03basic responsive navbarIlion Beyst3-28/+82
2022-11-01highlight active tabIlion Beyst2-15/+32
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 Beyst2-26/+100
2022-10-30design new BotMatch viewIlion Beyst10-15/+269
2022-10-30type fixesIlion Beyst2-3/+3
2022-10-28show matches that had errors on bot pageIlion Beyst1-26/+28
2022-10-28update selects on SubmitPaneIlion Beyst1-4/+4
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 Beyst6-152/+210
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-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-14docs: extend docker instructionsIlion Beyst5-64/+116
2022-09-14add basic markdown document stylingIlion Beyst3-6/+40
2022-09-13add prism syntax highlighting themeIlion Beyst2-0/+127
2022-09-13add local development doc pageIlion Beyst3-0/+57
2022-09-12add toc sidebar to docs siteIlion Beyst7-55/+141
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 Beyst4-141/+85
2022-09-04Merge branch 'site-docs'Ilion Beyst2-0/+13
2022-08-27show map info for matchesIlion Beyst2-6/+26
2022-08-27allow selecting a map in editor viewIlion Beyst2-18/+37
2022-08-22create editor storeIlion Beyst3-14/+38
2022-08-22populate new index pageIlion Beyst2-6/+93
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 Beyst4-26/+32
2022-08-21move bot editor to /editorIlion Beyst3-283/+310
2022-08-20implement LinkButton componentIlion Beyst4-3/+16
2022-08-19create global scss stylesIlion Beyst6-40/+32
2022-08-16consume matches pagination apiIlion Beyst2-7/+16
2022-08-15styling of next/prev buttonsIlion Beyst5-16/+46
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-08properly initialize fetch in ApiClientIlion Beyst1-2/+3
2022-08-07move match index to ApiClientIlion Beyst1-13/+12
2022-08-06extend api_client for loading match dataIlion Beyst2-45/+46
2022-08-06introduce ApiClientIlion Beyst3-56/+92