From 3e85ba3f652112025d8214f5c3023729b67265b2 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Feb 2026 04:49:37 +0000 Subject: 問題閲覧画面に観戦ページへのリンクを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 対戦ページへのリンクと並べて観戦ページへのリンクを表示するようにした。 ゲーム開始後に両方のリンクが横並びで表示される。 https://claude.ai/code/session_019qZoTGJ1R2vnAzxZLiSEhx --- frontend/app/pages/GolfProblemPreviewPage.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'frontend') diff --git a/frontend/app/pages/GolfProblemPreviewPage.tsx b/frontend/app/pages/GolfProblemPreviewPage.tsx index 01ac5b2..34d657f 100644 --- a/frontend/app/pages/GolfProblemPreviewPage.tsx +++ b/frontend/app/pages/GolfProblemPreviewPage.tsx @@ -50,9 +50,14 @@ export default function GolfProblemPreviewPage({ gameId }: { gameId: string }) { /> {game.started_at != null && ( - - 対戦ページへ - +
+ + 対戦ページへ + + + 観戦ページへ + +
)} ダッシュボードへ戻る -- cgit v1.3.1