Files
immich/mobile/lib/presentation
Thomas Way 6431ed3eed fix(mobile): don't update search filters in-place
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.
2026-03-17 00:35:27 +00:00
..