feat(app): render dashboard with react

This commit is contained in:
vince 2026-06-19 23:42:25 +02:00
parent 73abcc1b69
commit 92a8990e7a
3 changed files with 133 additions and 4 deletions

View file

@ -133,6 +133,27 @@ a {
color: inherit;
}
.state-shell {
display: grid;
min-height: 100vh;
align-content: center;
gap: var(--ui-space-3);
padding: var(--ui-space-4);
}
.state-shell ul {
display: grid;
max-width: 56rem;
gap: var(--ui-space-2);
margin: 0;
border: var(--ui-border);
background: rgba(6, 8, 7, 0.82);
color: var(--ui-color-muted);
font-size: 0.76rem;
list-style-position: inside;
padding: var(--ui-space-3);
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,