From 92274a2bfad642eae78060983e23100e35e588ba Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 16 Mar 2025 00:57:40 +0900 Subject: feat(frontend): current status --- .../components/GolfPlayApps/GolfPlayAppGaming.tsx | 32 ++++++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to 'frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx') diff --git a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx index c9f9256..ba868ab 100644 --- a/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx +++ b/frontend/app/components/GolfPlayApps/GolfPlayAppGaming.tsx @@ -8,10 +8,10 @@ import { statusAtom, } from "../../states/play"; import type { PlayerProfile } from "../../types/PlayerProfile"; +import BorderedContainer from "../BorderedContainer"; import LeftTime from "../Gaming/LeftTime"; import Problem from "../Gaming/Problem"; -import SubmitResult from "../Gaming/SubmitResult"; -import BorderedContainer from "../BorderedContainer"; +import SubmitStatusLabel from "../SubmitStatusLabel"; import UserIcon from "../UserIcon"; function calcCodeSize(code: string): number { @@ -112,7 +112,33 @@ export default function GolfPlayAppGaming({
提出結果
- +
+ + + + + + + + {[status].map((status) => ( + + + + ))} + +
+ ステータス +
+ +
+
+

+ NOTE: + 過去の提出結果を閲覧する機能は現在実装中です。それまでは提出コードをお手元に保管しておいてください。 +

-- cgit v1.2.3-70-g09d2