| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-06 | style: switch from tab to space indentation in frontend and worker/php | nsfisis | |
| Update biome.json indentStyle from "tab" to "space" and reformat all files in both workspaces. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-03-01 | feat(frontend): show submission history on play screen | nsfisis | |
| Replace the placeholder submission status section with a full submission history table using the existing getGamePlaySubmissions API. Extract shared DataTable, DataTableCell, and formatUnixTimestamp from RankingTable into a reusable Gaming/DataTable component. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-02-28 | feat(admin): allow admin users to view and submit code before game starts | nsfisis | |
| Admin users can now access the gaming UI (problem description, code editor, submit button) even when a game has not started yet. Regular users still see the waiting screen as before. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-02-28 | feat(frontend): change brand color for PHPerKaigi 2026 | nsfisis | |
| 2026-02-13 | refactor(frontend): replace React Router BFF with Wouter SPA | nsfisis | |
| Remove React Router 7 SSR/BFF architecture (server-side loaders, actions, sessions, remix-auth) and replace with a client-side SPA using Wouter for routing and cookie-based JWT auth. - Replace reactRouter() Vite plugin with @vitejs/plugin-react - Add index.html + app/main.tsx as SPA entry points - Add Wouter routing with auth guards (ProtectedRoute/PublicOnlyRoute) - Add client-side auth (app/auth.ts) and useAuth hook - Migrate all route files to app/pages/ with client-side data fetching - Update NavigateLink and GolfPlayAppGaming to use Wouter Link - Remove .server/, routes/, root.tsx, react-router.config.ts - Clean up tsconfig.json (remove .react-router references) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2025-09-05 | feat(frontend): support swift language | nsfisis | |
| 2025-03-21 | feat(frontend): do not transit to finished page | nsfisis | |
| 2025-03-21 | feat(frontend): support mobile layout | nsfisis | |
| 2025-03-20 | fix(frontend): fix state corruption | nsfisis | |
| 2025-03-20 | feat(frontend): improve watch page layout | nsfisis | |
| 2025-03-20 | feat(frontend): remove "player 1" or "player 2" labels | nsfisis | |
| 2025-03-20 | refactor(frontend): TwoColumnLayout/ThreeColumnLayout | nsfisis | |
| 2025-03-16 | fix(frontend): fix code size calculation | nsfisis | |
| 2025-03-16 | feat(frontend): current status | nsfisis | |
| 2025-03-16 | feat(frontend): show the current code size | nsfisis | |
| 2025-03-15 | feat(frontend): improve left time display | nsfisis | |
| 2025-03-15 | feat(frontend): show loaing screen | nsfisis | |
| 2025-03-15 | feat(frontend): show sample code in watch page | nsfisis | |
| 2025-03-10 | feat(fontend): migrate from Remix to React Router | nsfisis | |
| 2025-03-10 | feat(frontend): upgrade packages | nsfisis | |
| 2025-03-08 | fix style | nsfisis | |
| 2025-03-08 | description | nsfisis | |
| 2025-03-08 | websocket to polling | nsfisis | |
| 2025-03-04 | update site name | nsfisis | |
| 2024-08-22 | feat(frontend): jotai for play app | nsfisis | |
| 2024-08-22 | refactor(frontend): organize PlayerInfo | nsfisis | |
| 2024-08-22 | feat(frontend): remove spectrum analyzer in waiting page | nsfisis | |
| 2024-08-21 | fix(frontend): fix invalid class name in starting page | nsfisis | |
| 2024-08-19 | feat(frontend): improve play/watch pages styling | nsfisis | |
| 2024-08-19 | refactor(frontend): extract UserIcon component | nsfisis | |
| 2024-08-18 | refactor(frontend): extract components for gaming page | nsfisis | |
| 2024-08-17 | feat(frontend): show player icon | nsfisis | |
| 2024-08-12 | feat: show left time in play page | nsfisis | |
| 2024-08-12 | feat(frontend): improve play page styling | nsfisis | |
| 2024-08-12 | feat: add `submitresult` message | nsfisis | |
| 2024-08-12 | feat(frontend): improve play page styling | nsfisis | |
| 2024-08-11 | feat(frontend): allow users to re-connect | nsfisis | |
| 2024-08-11 | feat(frontend): obtain `problem` from `Game` object instead of `prepare` ↵ | nsfisis | |
| message's payload | |||
| 2024-08-05 | feat(frontend): tweak play page | nsfisis | |
| 2024-08-05 | feat: show execution result in play page | nsfisis | |
| 2024-08-03 | feat: partially implement submit action | nsfisis | |
| 2024-08-01 | chore(frontend): [biome] format | nsfisis | |
| 2024-08-01 | feat(frontend): add minimal styling to game pages | nsfisis | |
| 2024-07-29 | feat(frontend): partially implement gaming | nsfisis | |
