Migrate historical UI to precomputed snapshots

This commit is contained in:
devRaGonSa
2026-03-23 12:03:21 +01:00
parent 97331a76d4
commit ca4fe2bdd2
7 changed files with 580 additions and 48 deletions

View File

@@ -66,6 +66,13 @@
line-height: 1.55;
}
.historical-snapshot-meta {
margin: 8px 0 0;
color: var(--text-soft);
font-size: 0.86rem;
line-height: 1.5;
}
.historical-selector {
display: flex;
flex-wrap: wrap;