Add a 'waiting for network' state to walkie-talkie mode

This commit is contained in:
Robin Townsend
2022-06-14 12:00:26 -04:00
parent 939398b277
commit 276532e2e1
7 changed files with 108 additions and 28 deletions

View File

@@ -17,6 +17,12 @@
cursor: unset;
}
.networkWaiting {
background-color: var(--tertiary-content);
border-color: var(--tertiary-content);
cursor: unset;
}
.error {
background-color: var(--alert);
border-color: var(--alert);