Add persistent connection status live region

This commit is contained in:
Jage9
2026-02-22 19:54:55 -05:00
parent 05e92fcb64
commit f7171487c2
4 changed files with 27 additions and 1 deletions

View File

@@ -18,6 +18,12 @@ body {
text-align: center;
}
#connectionStatus {
color: #93c5fd;
min-height: 1.25rem;
margin: 0.25rem 0 0.5rem;
}
#appVersion {
display: block;
color: #94a3b8;