From 09f030d2020305bfdbc919689837c5a979237549 Mon Sep 17 00:00:00 2001 From: pptx704 Date: Fri, 10 Apr 2026 23:32:17 +0600 Subject: [PATCH] Replace file browser not-running state with centered empty state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The small bordered card looked broken and misaligned — now uses a full-width centered layout with floating icon, matching the app's empty-state pattern. --- frontend/src/lib/components/FilesTab.svelte | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/frontend/src/lib/components/FilesTab.svelte b/frontend/src/lib/components/FilesTab.svelte index 6baaf7e..38119a0 100644 --- a/frontend/src/lib/components/FilesTab.svelte +++ b/frontend/src/lib/components/FilesTab.svelte @@ -295,13 +295,18 @@ {#if !isRunning} -
- - - File browser requires a running capsule. - +
+
+
+ +
+
+ File browser unavailable + Start the capsule to browse its filesystem +
+
{:else}