From 9fe24c72cbfe55df9d588469f02567704096064b Mon Sep 17 00:00:00 2001 From: syoul Date: Sun, 26 Apr 2026 00:13:47 +0200 Subject: [PATCH] fix(ui): only show overlay when starting, not on error The overlay covered the whole window in error phase too, blocking access to the sidebar and Settings page where the user needs to read the sidecar logs to diagnose the failure. Now in error phase the sidebar status dot turns red, the start button is back in the sidebar, and the Settings page is reachable to inspect the in-app log buffer. --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3034d35..115cf5d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -126,8 +126,8 @@ async function handleStop() {