From f8b26c87f832f33c5e8877f1ea8d55cf7b653fca Mon Sep 17 00:00:00 2001 From: Vignesh Gopalan Date: Wed, 22 Apr 2026 20:40:21 -0700 Subject: [PATCH] Eval NUX: replace play overlay with View sample trace button Center the CTA on the first-run sample trace preview; remove the duplicate heading so the subtext alone describes the action. Made-with: Cursor --- .../client/src/components/CiEvalsTab.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/mcpjam-inspector/client/src/components/CiEvalsTab.tsx b/mcpjam-inspector/client/src/components/CiEvalsTab.tsx index 3a05d0e96..75399d4d2 100644 --- a/mcpjam-inspector/client/src/components/CiEvalsTab.tsx +++ b/mcpjam-inspector/client/src/components/CiEvalsTab.tsx @@ -1,7 +1,7 @@ import { useCallback, useEffect, useMemo, useState } from "react"; import { useAuth } from "@workos-inc/authkit-react"; import { useConvexAuth } from "convex/react"; -import { GitBranch, Loader2, Play } from "lucide-react"; +import { GitBranch, Loader2 } from "lucide-react"; import { toast } from "sonner"; import { Breadcrumb, @@ -616,15 +616,12 @@ export function CiEvalsTab({ />
-
- +
+ View sample trace
-
-

- View sample trace -

-

+

+

See what a completed eval looks like before you start.