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' }}