-
fix(ui): defer catalogue filter navigation to explicit Apply button
Some checks failedCI / Backend (push) Failing after 11sRelease / Check ui (push) Successful in 34sRelease / Test backend (push) Successful in 52sCI / UI (push) Successful in 55sRelease / Docker / caddy (push) Successful in 48sCI / UI (pull_request) Successful in 39sCI / Backend (pull_request) Successful in 43sRelease / Docker / runner (push) Failing after 38sRelease / Docker / ui (push) Successful in 1m55sRelease / Docker / backend (push) Successful in 3m30sRelease / Gitea Release (push) Has been skippedreleased this
2026-03-28 19:44:36 +05:00 Removed onchange→navigateWithFilters from all three selects — the
immediate navigation on every change was the root cause of both bugs:- Filters applied before the user finished selecting all options.
- Svelte 5 bind:value updates state after onchange fires, so the
navigateWithFilters call read stale values → wrong URL params → no results.
Renamed navigateWithFilters to applyFilters (no overrides arg needed).
Added an amber Apply button next to Reset; selects now only update local
state until the user presses Apply.Downloads