From 653c4e6d231ceeb3610dfde19e787c7a57df89d5 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 20 Feb 2026 21:35:31 -0600 Subject: [PATCH] feat: add new session FAB button to terminal stack, always show FABs - Add "+" FAB in TerminalFabStack with create-session emit - Expose handleCreateSession from FloatingTranscriptDebug - Remove !showTranscriptDebug condition so FABs stay visible when panel is open - Wire handleFabCreateSession in App.vue to open panel + show modal --- frontend/src/App.vue | 122 +++++++++--- .../components/FloatingTranscriptDebug.vue | 2 +- .../transcript-debug/TerminalFabStack.vue | 178 ++++++++++++++++++ 3 files changed, 272 insertions(+), 30 deletions(-) create mode 100644 frontend/src/components/transcript-debug/TerminalFabStack.vue diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b82df1f..90c73d5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,5 +1,5 @@ + + + +