repertoire: remove matched-first sorting and faded/disabled system for filter entries

Remove the system that sorted valid (matched) filter entries to the top and
faded/disabled unmatched ones when any filter was active. Entries now stay in
their natural alphabetical/numeric order regardless of selection state.

- Drop usort calls that reordered entries by matched status
- Simplify repFilterEntry: remove anyActive and colHasMatch params
- Remove colHasMatches computation
- Remove rep-entry--faded CSS rule
- All filter buttons remain clickable at all times
This commit is contained in:
Pontoporeia
2026-07-10 12:35:45 +02:00
parent b9c7d6c663
commit f86deaf02f
2 changed files with 3 additions and 37 deletions
-7
View File
@@ -359,13 +359,6 @@
color: var(--accent-primary);
}
/* Faded/disabled: muted, not interactive */
.rep-entry--faded {
opacity: 0.3;
cursor: not-allowed;
pointer-events: none;
}
/* Years column — big numbers, semi-bold (BBBDMSans Medium weight) */
.repertoire-col[data-col="years"] .rep-entry {
font-size: var(--step-3);