aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
AgeCommit message (Collapse)Author
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
2024-08-01feat(frontend): add minimal styling to game pagesnsfisis
2024-08-01feat: change procedure of game startingnsfisis
2024-08-01feat(frontend): introduce class-less css in admin pagesnsfisis
2024-07-31feat: "iOSDC 2024" to "iOSDC Japan 2024"nsfisis
2024-07-31feat: implement /admin/games and /admin/games/{gameId}nsfisis
2024-07-31chore: add generated api/schema.d.ts to .prettierignorensfisis
2024-07-31fix: adjust /games/{gameId} definitionnsfisis
2024-07-31feat(frontend): implement /admin/dashboard pagensfisis
2024-07-31feat: implement /admin/users pagensfisis
2024-07-30feat(frontend): implement /logoutnsfisis
2024-07-29fix: problem not available in watching pagensfisis
2024-07-29fix(frontend): make GolfPlayApp and GolfWatchApp client-only components to ↵nsfisis
fix SSR errors
2024-07-29feat(frontend): set meta titlensfisis
2024-07-29feat: authenticate WebSocket connection by short-lived access tokennsfisis
2024-07-29feat: partially implement watchingnsfisis
2024-07-29feat: handle code and execresult messagesnsfisis
2024-07-29feat: define GamePlayerMessageC2SCode and GamePlayerMessageS2CExecResultnsfisis
2024-07-29feat(frontend): partially implement gamingnsfisis
2024-07-29feat: add game messages to openapi specnsfisis
2024-07-28fix(frontend): fix url of game play pagensfisis
2024-07-28feat: implement game entrynsfisis
2024-07-28refactor: remove /api/ prefix from openapi.yamlnsfisis
2024-07-28feat(dev): make Remix HMR worknsfisis
2024-07-28refactor: change JwtPayload typensfisis
2024-07-28refactor(frontend): do not convert property namesnsfisis
2024-07-28feat(frontend): remove "team" section from dashboardnsfisis
2024-07-28rename user's display_username to display_namensfisis
2024-07-28frontend: impl /login and /dashboardnsfisis
2024-07-28frontend: openapinsfisis
2024-07-28frontend: jwtnsfisis
2024-07-27organize dockerfiles and compose.yamlnsfisis
2024-07-27remixnsfisis
2024-07-23frontend: remove eslint-plugin-react-refreshnsfisis