mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 07:32:32 -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.