From 0b8c2935d7bb33f709b7acaf512cb81917c7efcf Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 15 Apr 2026 07:55:37 -0400 Subject: [PATCH] Add expand_depth test buttons to Pivot toolbar Temporary UI for testing programmatic row expansion control via plugin_config.expand_depth in Perspective viewer.restore(). Co-Authored-By: Claude Sonnet 4.6 --- ui/src/pages/Pivot.jsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ui/src/pages/Pivot.jsx b/ui/src/pages/Pivot.jsx index 137b39c..ad61ae8 100644 --- a/ui/src/pages/Pivot.jsx +++ b/ui/src/pages/Pivot.jsx @@ -286,6 +286,22 @@ export default function Pivot({ source }) { )} {layoutMsg && {layoutMsg}} + + {/* expand_depth test buttons */} +
+ expand test: + {[0, 1, 2, 3].map(d => ( + + ))} +
{/* Pivot + inspector */}