From 4415ded4d884c6267ba95fbf58ddc5fa7159a99f Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Fri, 12 Jun 2026 12:46:23 +1000 Subject: [PATCH 1/4] feat(staged): move repo/subpath label into New Session header Relocate the repo/subpath RepoLabel from the dialog body to the modal header, placing it to the right of the [New ] mode dropdown. The mode switcher and repo label are now grouped in a .header-left flex container while the close button stays right-aligned; the repo pill is slimmed to match the dropdown height and truncates with an ellipsis when space is tight. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Matt Toohey --- .../features/sessions/NewSessionModal.svelte | 106 ++++++++++-------- 1 file changed, 59 insertions(+), 47 deletions(-) diff --git a/apps/staged/src/lib/features/sessions/NewSessionModal.svelte b/apps/staged/src/lib/features/sessions/NewSessionModal.svelte index e2044c8d..71e91981 100644 --- a/apps/staged/src/lib/features/sessions/NewSessionModal.svelte +++ b/apps/staged/src/lib/features/sessions/NewSessionModal.svelte @@ -419,34 +419,44 @@ > New {currentModeInfo.label} session