store app state in URL hash

This commit is contained in:
Joeri Exelmans 2025-10-07 15:49:19 +02:00
parent 41f34ab65e
commit 9dd72484fa
10 changed files with 319 additions and 125 deletions

View file

@ -136,3 +136,11 @@ text.error, tspan.error {
fill: rgb(230,0,0);
font-weight: 600;
}
.errorHover {
display: none;
}
g:hover > .errorHover {
display: inline;
}