feat(search): extended search, sort options, live tag filter, result count #183

Merged
marcel merged 26 commits from feat/issue-180-extended-search-sort into main 2026-04-06 19:18:12 +02:00
Showing only changes of commit a863f8baad - Show all commits

View File

@@ -45,7 +45,8 @@ let {
let sortDirMounted = false;
$effect(() => {
// Track sort and dir so this effect re-runs when either changes
// Read sort and dir so Svelte tracks them as dependencies of this effect.
// `void` suppresses the ESLint no-unused-expressions rule for bare variable reads.
void sort;
void dir;
if (!sortDirMounted) {