From 36c206d97723024d229bd4562e57e436744bf4b8 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Thu, 28 May 2026 13:51:23 +1000 Subject: [PATCH 1/2] refactor(staged): move "N messages after note" into note modal footer Replace the absolutely-positioned floating chat-info button inside `.modal-body` with a row at the top of the existing `.next-steps` footer, alongside note/commit next-step rows. Removes the shadow and overlay padding hacks; the footer now renders whenever there's chat info or next steps to show. Signed-off-by: Matt Toohey --- .../src/lib/features/notes/NoteModal.svelte | 98 +++++-------------- 1 file changed, 23 insertions(+), 75 deletions(-) diff --git a/apps/staged/src/lib/features/notes/NoteModal.svelte b/apps/staged/src/lib/features/notes/NoteModal.svelte index c0f9a12c..d6ae9596 100644 --- a/apps/staged/src/lib/features/notes/NoteModal.svelte +++ b/apps/staged/src/lib/features/notes/NoteModal.svelte @@ -6,7 +6,7 @@ -->