feat: improve error management when data are missing

This commit is contained in:
Alexis Fourmaux 2026-05-12 23:24:31 +02:00
parent 319821ce59
commit 5f15002462
4 changed files with 95 additions and 43 deletions

View file

@ -145,3 +145,9 @@ main {
}
}
}
#chart-message {
color: var(--color-text-muted);
margin-top: 8rem;
text-align: center;
}