From bb2319a36820fc8022139fd51225cf0182ac3949 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Mon, 17 Aug 2026 17:45:38 +0100 Subject: [PATCH] feat(webapp): thin scrollbars and inline empty objects in the sample tree Use the app's thin scrollbar style in the sample panel instead of the default chunky one, and render empty objects/arrays inline as {} / []. --- .../app/components/runs/v3/SmartColumnSample.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/webapp/app/components/runs/v3/SmartColumnSample.tsx b/apps/webapp/app/components/runs/v3/SmartColumnSample.tsx index a361ff1c0..7844b0fb7 100644 --- a/apps/webapp/app/components/runs/v3/SmartColumnSample.tsx +++ b/apps/webapp/app/components/runs/v3/SmartColumnSample.tsx @@ -20,7 +20,7 @@ export function SmartColumnSample({ onSelectPath: (path: string) => void; }) { return ( -
+
+ {keyLabel !== null && {keyLabel}} + {keyLabel !== null && : } + + {openBrace} + {closeBrace} + +
+ ); + } + return (