mirror of
https://github.com/immich-app/immich.git
synced 2026-03-23 12:00:02 +03:00
Search filters are currently modified in-place, which can feel quite janky. The chips behind the bottom sheet update instantly, and the search page gets confused because filters have been applied but no search has been initiated. Filters should keep their own copy of the filter when they're opened, and the commit + search on apply.