Background sort feature (#5107)

* Add background sort by date added feature

* reapply search after changing sort

* overengineer it

* use sortIgnoreCaseAndAccents

* make enum for sort options
This commit is contained in:
L
2026-02-07 18:10:48 -06:00
committed by GitHub
parent 300912237d
commit 788ed3d323
3 changed files with 94 additions and 3 deletions
+6
View File
@@ -96,6 +96,12 @@
font-size: calc(var(--mainFontSize) * 0.95);
}
#bg-sort {
width: auto;
max-width: 6em;
flex-shrink: 0;
}
/* Thumbnails */
.bg_example:hover .BGSampleTitle {
opacity: 1;