aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
AgeCommit message (Collapse)Author
2024-08-11feat(frontend): improve dashboard stylingnsfisis
2024-08-11feat(frontend): improve error handling of login formnsfisis
2024-08-11refactor: move openapi.yaml to openapi/nsfisis
2024-08-11feat(frontend): improve top page stylingnsfisis
2024-08-11fix(frontend): fix layout shiftnsfisis
2024-08-10feat(frontend): change score displaynsfisis
2024-08-10fix(frontend): provide stable keynsfisis
2024-08-10feat(frontend): show status indicator iconnsfisis
2024-08-10feat: implement watch pagensfisis
2024-08-10feat: extends watcher message typesnsfisis
2024-08-10feat(frontend): partially implement watch pagensfisis
2024-08-10feat(backend): include `verification_steps` in `Game` objectnsfisis
2024-08-10feat(backend): include `players` in `Game` objectnsfisis
2024-08-10fix(frontend): fix favicon pathnsfisis
2024-08-10feat(frontend): set secure attribute of cookiensfisis
2024-08-10feat: configure JWT secretnsfisis
2024-08-10fix(frontend): fix base path of admin dashboardnsfisis
2024-08-10fix(frontend): fix base path of assetsnsfisis
2024-08-10feat: prepend base pathnsfisis
2024-08-09feat: support authentication via forteensfisis
2024-08-06feat(frontend): redirect / to /dashboard if user is logged innsfisis
2024-08-05feat(frontend): tweak play pagensfisis
2024-08-05feat: show execution result in play pagensfisis
2024-08-05feat(frontend): show game type on dashboardnsfisis
2024-08-05feat(frontend): disallow to access watch page in multiplayer modensfisis
2024-08-05feat(backend): return `game_type` in API responsensfisis
2024-08-04chore: remove admin APIs to communicate between app-server and api-servernsfisis
2024-08-04chore(frontend): remove disused dependencynsfisis
2024-08-04feat: authenticate users in admin pagesnsfisis
2024-08-04feat(frontend): redirect to /admin/dashboard if logged-in user is adminnsfisis
2024-08-04feat(frontend): remove admin pagesnsfisis
2024-08-04chore(frontend): formatnsfisis
2024-08-03feat: partially implement submit actionnsfisis
2024-08-01fix(frontend): fix an issue where stylesheets for admin pages are not ↵nsfisis
unloaded when you logout
2024-08-01feat(frontend): add logout button to /admin/dashboardnsfisis
2024-08-01refactor(frontend): simplify login checknsfisis
2024-08-01chore(frontend): add `npm run check`nsfisis
2024-08-01chore(frontend): biome formatnsfisis
2024-08-01fix(frontend): disable ESLint `no-mixed-spaces-and-tabs` rule because it ↵nsfisis
conflicts with `biome format`
2024-08-01chore(frontend): [biome] formatnsfisis
2024-08-01chore(frontend): [biome] organize importsnsfisis
2024-08-01feat(frontend): install `biome` instead of `prettier`nsfisis
2024-08-01refactor(frontend): provide simpler API clientnsfisis
2024-08-01refactor(frontend): disable `--path-params-as-types` of `openapi-typescript`nsfisis
2024-08-01refactor: simplify error responses in OpenAPI specnsfisis
2024-08-01refactor: simplify parameter definitions in OpenAPI specnsfisis
2024-08-01refactor: remove `player_id` parameter from `/api/games`nsfisis
2024-08-01refactor: specify `operationId` in OpenAPI specnsfisis
2024-08-01feat: explicitly define 401 responses in OpenAPI specnsfisis
2024-08-01refactor: run code generation by `go generate`nsfisis