feat: add statistics panel with all-time, current run, and progress stats

This commit is contained in:
2026-03-06 22:02:57 -08:00
committed by Naomi Carrigan
parent 5b4661b398
commit a7d4b72805
4 changed files with 176 additions and 3 deletions
+17
View File
@@ -1084,6 +1084,23 @@ body {
background: var(--colour-accent-light);
}
/* ===================== STATISTICS ===================== */
.stats-section-header {
border-bottom: 1px solid var(--colour-border);
color: var(--colour-text-muted);
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.08em;
margin-bottom: 0.75rem;
margin-top: 1.5rem;
padding-bottom: 0.4rem;
text-transform: uppercase;
}
.statistics-panel .stats-section-header:first-of-type {
margin-top: 0.5rem;
}
/* ===================== ACHIEVEMENTS ===================== */
.achievement-progress {
color: var(--colour-text-muted);