From 16592164d9f299ceb56e7be7a665142428fe41a8 Mon Sep 17 00:00:00 2001 From: Kiro Agent <244629292+kiro-agent@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:00:48 +0000 Subject: [PATCH 1/4] fix(configurator): keep the frontend overlay rail compact and refresh domain labels The ~420px frontend overlay reuses the vendored SidebarNav, which sized its rail from the browser viewport (`md:w-52`). On a desktop-width page that made the rail 208px and squeezed the token panel to ~212px ('too narrow for its data'). Upstream now sizes the shell from its container (`@container` + `@3xl:` in codeslash-dev/SLASHED), so anchor an `@container` on the overlay body row: at 420px the 768px query never matches and the rail stays the intended compact 56px, giving the DomainPanel its full ~364px. Also refresh the overlay's DOMAIN_LABELS, which had drifted from the framework's regrouped domains (Shadows+Effects -> Depth, Misc -> System, added Components / Changes). Stale entries meant the overlay header showed raw ids like 'depth' for panels the rail can now reach. Includes the re-vendored App.svelte + SidebarNav.svelte (matching the upstream container-query change) and the rebuilt admin-app bundle so the committed assets stay in step with the vendored source. Depends on codeslash-dev/SLASHED#706: the vendored-core drift check goes green once that change is released and the SLASHED_CSS_REF pin is bumped. --- SLASHED-for-WP/admin-app/src/App.svelte | 27 ++++++++++------ .../admin-app/src/AppOverlay.svelte | 24 +++++++++++--- .../src/components/shell/SidebarNav.svelte | 31 +++++++++++++------ SLASHED-for-WP/assets/admin-app/app.css | 2 +- SLASHED-for-WP/assets/admin-app/app.js | 4 +-- 5 files changed, 61 insertions(+), 27 deletions(-) diff --git a/SLASHED-for-WP/admin-app/src/App.svelte b/SLASHED-for-WP/admin-app/src/App.svelte index 38ec8a9d..291a72d7 100644 --- a/SLASHED-for-WP/admin-app/src/App.svelte +++ b/SLASHED-for-WP/admin-app/src/App.svelte @@ -354,7 +354,15 @@ {/snippet} -
+ +