From 47724174641e8e18c839c18936820e5e3eaa2917 Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Thu, 26 Feb 2026 16:25:35 +0800 Subject: [PATCH] fix: compact voice mode bottom sheet, hide title, inline mic+transcript --- dashboard/frontend/src/routes/Terminal.svelte | 48 +++++++++---------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/dashboard/frontend/src/routes/Terminal.svelte b/dashboard/frontend/src/routes/Terminal.svelte index d441b26..e86ec39 100644 --- a/dashboard/frontend/src/routes/Terminal.svelte +++ b/dashboard/frontend/src/routes/Terminal.svelte @@ -100,8 +100,10 @@ onDestroy(() => tabData.forEach((d) => { d.voice?.destroy(); d.ro?.disconnect(); d.ws?.close(); d.term?.dispose(); })); -
-

Terminal

+
+ {#if !activeVoice()?.voiceMode} +

Terminal

+ {/if}
{#each tabs as tab (tab.id)} @@ -168,17 +170,17 @@
{/each} {#if activeVoice()?.voiceMode} {@const v = activeVoice()} -
+
-
- Voice Mode +
+ Voice Mode