From 4615ca9b8b1989d315ae2322556697b97161b97b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 17 Sep 2025 19:08:58 +0900 Subject: feat(frontend): apply effect for high score --- frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx') diff --git a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx index f06728d..4a9cf92 100644 --- a/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx +++ b/frontend/app/components/GolfWatchApps/GolfWatchAppGaming1v1.tsx @@ -13,6 +13,7 @@ import CodeBlock from "../Gaming/CodeBlock"; import LeftTime from "../Gaming/LeftTime"; import ProblemColumnContent from "../Gaming/ProblemColumnContent"; import RankingTable from "../Gaming/RankingTable"; +import Score from "../Gaming/Score"; import ScoreBar from "../Gaming/ScoreBar"; import SubmitStatusLabel from "../SubmitStatusLabel"; import ThreeColumnLayout from "../ThreeColumnLayout"; @@ -82,7 +83,9 @@ export default function GolfWatchAppGaming1v1({ {playerProfileA?.displayName} -
{scoreA}
+
+ +
{gameDisplayName}
@@ -99,7 +102,9 @@ export default function GolfWatchAppGaming1v1({ )}
-
{scoreB}
+
+ +
{playerProfileB?.displayName} -- cgit v1.2.3-70-g09d2