Add SQLite indexes for contenus page language/tag queries + WIP: Peertube orphans, dialogs, contact decoupling, context note, finality types

This commit is contained in:
Pontoporeia
2026-06-21 13:33:55 +02:00
parent 0d5e9dac19
commit 03c9c3566f
38 changed files with 1432 additions and 333 deletions

View File

@@ -83,6 +83,7 @@
text-transform: uppercase;
color: var(--text-primary);
font-weight: 398;
line-height: 23px;
margin: 0;
padding: var(--space-xs) 0 var(--space-3xs) 0;
border-bottom: 1px solid var(--text-primary);
@@ -150,7 +151,7 @@
/* Years column — big numbers, semi-bold (BBBDMSans Medium weight) */
.repertoire-col[data-col="years"] .rep-entry {
font-size: var(--step-3);
font-weight: 498;
font-weight: 300;
line-height: 1.1;
letter-spacing: -0.02em;
padding: var(--space-3xs) 0;