aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/_index.tsx
AgeCommit message (Collapse)Author
2026-02-13refactor(frontend): replace React Router BFF with Wouter SPAnsfisis
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>
2026-02-13refactor(frontend): extract APP_NAME constant for page titlesnsfisis
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-08-18feat(frontend): apply iOSDC Japan 2025 colornsfisis
2025-08-17feat: update "PHPerKaigi" to "iOSDC Japan"nsfisis
2025-08-14feat(backend,frontend): Replace hard-coded base path with environment variablensfisis
2025-04-06feat(frontend): update index pagensfisis
2025-03-15feat(frontend): update top pagensfisis
2025-03-10feat(fontend): migrate from Remix to React Routernsfisis
2025-03-04update colorsnsfisis
2025-03-04update site namensfisis
2025-03-04update index pagensfisis
2025-03-04Revert "feat(frontend): update home page"nsfisis
This reverts commit f8dc194ed82c2181cf466927514cfe08a2429725.
2025-03-04change base pathnsfisis
2024-08-30feat(frontend): update home pagensfisis
2024-08-18fix(frontend): fix an issue where loading icon does not rotatensfisis
2024-08-12feat(frontend): improve play page stylingnsfisis
2024-08-11feat(frontend): improve dashboard stylingnsfisis
2024-08-11feat(frontend): improve error handling of login formnsfisis
2024-08-11feat(frontend): improve top page stylingnsfisis
2024-08-11fix(frontend): fix layout shiftnsfisis
2024-08-10feat(frontend): show status indicator iconnsfisis
2024-08-06feat(frontend): redirect / to /dashboard if user is logged innsfisis
2024-08-04chore(frontend): formatnsfisis
2024-08-01chore(frontend): [biome] formatnsfisis
2024-07-31feat: "iOSDC 2024" to "iOSDC Japan 2024"nsfisis
2024-07-29feat(frontend): set meta titlensfisis
2024-07-28frontend: impl /login and /dashboardnsfisis
2024-07-27remixnsfisis