From 5f915271f8d5da97ec86b44d6233872960092653 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 15 Jun 2026 17:20:37 -0500 Subject: refactor(theme-studio): collapse assignment views into one dropdown panel The assignment area was three stacked sections (color/code, ui faces, package faces), and package faces carried its own application selector. I merged them into one panel driven by a single dropdown: color/code assignments, ui faces, then a non-selectable "package faces" optgroup holding every app in order. Picking an entry swaps the left table and right preview, so only one view shows at a time. curApp now reads the selected app from that dropdown, and the old appsel is gone. A #viewtest browser gate locks in the dropdown order, the optgroup, and the one-view-at-a-time switching. --- scripts/theme-studio/theme-studio.template.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'scripts/theme-studio/theme-studio.template.html') diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html index 49c15509c..964724d9e 100644 --- a/scripts/theme-studio/theme-studio.template.html +++ b/scripts/theme-studio/theme-studio.template.html @@ -58,7 +58,9 @@ STYLES_CSS
-

code/color assignments

+

assignment

+
+
@@ -69,7 +71,8 @@ STYLES_CSS

  
-

ui faces

+
+ + -- cgit v1.2.3