Skip to content

Commit 76ca32b

Browse files
committed
feat(webapp): trim smart-column sample chrome
Drop the sample help text and the run counter; the run picker keeps just its prev/next arrows.
1 parent f943099 commit 76ca32b

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

apps/webapp/app/components/runs/v3/AddSmartColumnDialog.tsx

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -227,17 +227,11 @@ export function AddSmartColumnDialog({
227227
No {source} value for this run.
228228
</Paragraph>
229229
) : (
230-
<>
231-
<SmartColumnSample
232-
value={parsed.value}
233-
activePath={path.trim()}
234-
onSelectPath={setPath}
235-
/>
236-
<Paragraph variant="extra-small" className="text-text-dimmed">
237-
Click a value to use its path. Expand objects and arrays to reach the value you
238-
want.
239-
</Paragraph>
240-
</>
230+
<SmartColumnSample
231+
value={parsed.value}
232+
activePath={path.trim()}
233+
onSelectPath={setPath}
234+
/>
241235
)}
242236
<Paragraph variant="extra-extra-small/dimmed/caps" className="mt-2">
243237
Resolves to
@@ -272,9 +266,6 @@ function SampleRunPicker({
272266
}) {
273267
return (
274268
<div className="flex flex-none items-center gap-1 text-xs text-text-dimmed">
275-
<span className="tabular-nums">
276-
{index + 1}/{total}
277-
</span>
278269
<button
279270
type="button"
280271
onClick={onPrev}

0 commit comments

Comments
 (0)