index
:
phperkaigi-2025-albatross
main
phperkaigi-2025
phperkaigi-2025-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
frontend
/
app
Age
Commit message (
Collapse
)
Author
2024-08-10
feat(frontend): show status indicator icon
nsfisis
2024-08-10
feat: implement watch page
nsfisis
2024-08-10
feat: extends watcher message types
nsfisis
2024-08-10
feat(frontend): partially implement watch page
nsfisis
2024-08-10
feat(backend): include `verification_steps` in `Game` object
nsfisis
2024-08-10
feat(backend): include `players` in `Game` object
nsfisis
2024-08-10
fix(frontend): fix favicon path
nsfisis
2024-08-10
feat(frontend): set secure attribute of cookie
nsfisis
2024-08-10
feat: configure JWT secret
nsfisis
2024-08-10
fix(frontend): fix base path of admin dashboard
nsfisis
2024-08-10
feat: prepend base path
nsfisis
2024-08-09
feat: support authentication via fortee
nsfisis
2024-08-06
feat(frontend): redirect / to /dashboard if user is logged in
nsfisis
2024-08-05
feat(frontend): tweak play page
nsfisis
2024-08-05
feat: show execution result in play page
nsfisis
2024-08-05
feat(frontend): show game type on dashboard
nsfisis
2024-08-05
feat(frontend): disallow to access watch page in multiplayer mode
nsfisis
2024-08-05
feat(backend): return `game_type` in API response
nsfisis
2024-08-04
chore: remove admin APIs to communicate between app-server and api-server
nsfisis
2024-08-04
feat: authenticate users in admin pages
nsfisis
2024-08-04
feat(frontend): redirect to /admin/dashboard if logged-in user is admin
nsfisis
2024-08-04
feat(frontend): remove admin pages
nsfisis
2024-08-04
chore(frontend): format
nsfisis
2024-08-03
feat: partially implement submit action
nsfisis
2024-08-01
fix(frontend): fix an issue where stylesheets for admin pages are not ↵
nsfisis
unloaded when you logout
2024-08-01
feat(frontend): add logout button to /admin/dashboard
nsfisis
2024-08-01
refactor(frontend): simplify login check
nsfisis
2024-08-01
chore(frontend): [biome] format
nsfisis
2024-08-01
chore(frontend): [biome] organize imports
nsfisis
2024-08-01
refactor(frontend): provide simpler API client
nsfisis
2024-08-01
refactor(frontend): disable `--path-params-as-types` of `openapi-typescript`
nsfisis
2024-08-01
refactor: simplify error responses in OpenAPI spec
nsfisis
2024-08-01
refactor: simplify parameter definitions in OpenAPI spec
nsfisis
2024-08-01
refactor: remove `player_id` parameter from `/api/games`
nsfisis
2024-08-01
refactor: specify `operationId` in OpenAPI spec
nsfisis
2024-08-01
feat: explicitly define 401 responses in OpenAPI spec
nsfisis
2024-08-01
feat(frontend): add minimal styling to game pages
nsfisis
2024-08-01
feat: change procedure of game starting
nsfisis
2024-08-01
feat(frontend): introduce class-less css in admin pages
nsfisis
2024-07-31
feat: "iOSDC 2024" to "iOSDC Japan 2024"
nsfisis
2024-07-31
feat: implement /admin/games and /admin/games/{gameId}
nsfisis
2024-07-31
fix: adjust /games/{gameId} definition
nsfisis
2024-07-31
feat(frontend): implement /admin/dashboard page
nsfisis
2024-07-31
feat: implement /admin/users page
nsfisis
2024-07-30
feat(frontend): implement /logout
nsfisis
2024-07-29
fix: problem not available in watching page
nsfisis
2024-07-29
fix(frontend): make GolfPlayApp and GolfWatchApp client-only components to ↵
nsfisis
fix SSR errors
2024-07-29
feat(frontend): set meta title
nsfisis
2024-07-29
feat: authenticate WebSocket connection by short-lived access token
nsfisis
2024-07-29
feat: partially implement watching
nsfisis
[next]