feat(legal): add legal notice error handling

The legal notice view now shows an error box if the legal notice could
not be loaded.
This commit is contained in:
2026-08-05 14:38:09 +02:00
parent 64f4116820
commit 378f19d3b7
5 changed files with 26 additions and 5 deletions
+9 -1
View File
@@ -92,4 +92,12 @@ input {
/* Temporary until a custom tap highlight is implemented. */
* {
-webkit-tap-highlight-color: transparent;
}
}
.error {
background-color: var(--color-negative-bg);
border: 1px solid var(--color-negative-border);
padding: 1em 2em;
border-radius: 1.2em;
color: var(--white);
}