don't re-compute values on first render (unnecessary, values are part of state)

This commit is contained in:
Joeri Exelmans 2025-05-14 06:46:03 +02:00
parent 174bab79e4
commit 2d0deca127
14 changed files with 274 additions and 115 deletions

View file

@ -55,3 +55,8 @@ footer a {
background-color: dodgerblue;
color: white;
}
.factoryReset {
background-color: red;
color: black;
}