Hide LCD/pot panel when disconnected, show on connect

lcd-pot-row is hidden by default in CSS and only made visible
when the WebSocket connection is established.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JLR2133M2PyjiYq584i2G7
This commit is contained in:
2026-06-27 09:35:10 +02:00
co-authored by Claude Sonnet 4.6
parent 4375538c25
commit dee0d4e1cc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -140,6 +140,7 @@ header#connection-bar {
gap: 1.5em;
margin: 1em 0;
font-size: 2em;
visibility: hidden;
}
/* --- Pot visualization --- */