aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/pages/GolfProblemPreviewPage.tsx
AgeCommit message (Collapse)Author
2026-03-06style: switch from tab to space indentation in frontend and worker/phpnsfisis
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-02-28問題閲覧画面のリンクをゲーム開始前でも表示するClaude
started_at の条件分岐を削除し、対戦・観戦ページへのリンクを 常に表示するようにした。 https://claude.ai/code/session_019qZoTGJ1R2vnAzxZLiSEhx
2026-02-28問題閲覧画面に観戦ページへのリンクを追加Claude
対戦ページへのリンクと並べて観戦ページへのリンクを表示するようにした。 ゲーム開始後に両方のリンクが横並びで表示される。 https://claude.ai/code/session_019qZoTGJ1R2vnAzxZLiSEhx
2026-02-20feat(frontend): add problem preview page for pre-game viewingnsfisis
Allow participants to view problem descriptions and sample code before a game starts. Dashboard shows a preview link only for games that haven't started yet. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>