From 28871f9fb34b21245999bbdf8ee59d028c423b44 Mon Sep 17 00:00:00 2001 From: solomonng2001 Date: Thu, 14 Nov 2024 09:56:28 +0800 Subject: [PATCH] Add info tool tip to clarify running test cases and submitting code --- apps/frontend/src/app/collaboration/[id]/page.tsx | 3 +++ .../components/question/TestcaseDetail/TestcaseDetail.tsx | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/app/collaboration/[id]/page.tsx b/apps/frontend/src/app/collaboration/[id]/page.tsx index 1ed32103aa..1d5cb76987 100644 --- a/apps/frontend/src/app/collaboration/[id]/page.tsx +++ b/apps/frontend/src/app/collaboration/[id]/page.tsx @@ -500,6 +500,9 @@ export default function CollaborationPage(props: CollaborationProps) {
{isLoadingSubmission && }
+ + +