From b88795b0151af33aae30a9bb5d9deb265534501d Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 15 Apr 2026 08:05:47 -0400 Subject: [PATCH] Clean up expand depth control into proper toolbar UI Replace debug test buttons with a minimal 'depth: 0 1 2 3' control in the pivot toolbar right side. Co-Authored-By: Claude Sonnet 4.6 --- ui/src/pages/Pivot.jsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/ui/src/pages/Pivot.jsx b/ui/src/pages/Pivot.jsx index b282e6c..9675fde 100644 --- a/ui/src/pages/Pivot.jsx +++ b/ui/src/pages/Pivot.jsx @@ -287,17 +287,8 @@ export default function Pivot({ source }) { {layoutMsg && {layoutMsg}} - {/* expand_depth test buttons */}
- expand test: - + depth: {[0, 1, 2, 3].map(d => ( ))}