mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 15:16:31 -04:00
319b468519
The search page makes use of imperative state, which is buggy and unergonomic - it fights against how flutter wants widgets to be written. Using declarative state simplifies the code and fixes bugs.