From 1660067d6e362e7041f5c75d16b6831d9f235665 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Mon, 30 Mar 2026 14:03:37 +0800 Subject: [PATCH] feat(web): judgement model selector --- .../evaluation/components/section-header.tsx | 4 +- web/app/components/evaluation/index.tsx | 2 +- .../snippet-evaluation-page.spec.tsx | 54 ++++++++++++------- .../snippets/snippet-evaluation-page.tsx | 22 ++------ 4 files changed, 41 insertions(+), 41 deletions(-) diff --git a/web/app/components/evaluation/components/section-header.tsx b/web/app/components/evaluation/components/section-header.tsx index 37073265cd..b2bb630ebe 100644 --- a/web/app/components/evaluation/components/section-header.tsx +++ b/web/app/components/evaluation/components/section-header.tsx @@ -31,7 +31,7 @@ const SectionHeader = ({ return (
-
{title}
+
{title}
{description &&
{description}
}
{action} @@ -58,7 +58,7 @@ export const InlineSectionHeader = ({ className="flex h-4 w-4 items-center justify-center text-text-quaternary transition-colors hover:text-text-tertiary" aria-label={title} > -