From f132c115c9a916a631efe93a676e51176ac8d222 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 19 Mar 2026 18:28:14 -0400 Subject: [PATCH] fix(ui): use div instead of button for WS status indicator --- frontend/src/App.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b0ea18d..56d6571 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -32,15 +32,16 @@ - +
mdi-circle - + {{ wsStore.isConnected ? 'Real-time updates active' : 'Disconnected — real-time updates paused' }} - +
{{ isDark ? 'mdi-weather-sunny' : 'mdi-weather-night' }}