immich/mobile/lib/presentation/widgets
Thomas fbe631fe91
fix(mobile): convert video controls from hook to stateful widget (#27514)
We are generally looking to move away from hooks as they are hard to
reason about and have weird bugs. In particular, the timer did not
properly capture the ref of the callback, and so it would execute on old
state. A standard stateful widget does not have this problem, and is
easier to organise.

Co-authored-by: Alex <alex.tran1502@gmail.com>
2026-04-06 10:13:45 -05:00
..
action_buttons fix(mobile): favorite button not updating state (#27271) 2026-03-30 21:24:56 -05:00
album fix(mobile): video state (#26574) 2026-03-03 10:28:07 -06:00
asset_viewer fix(mobile): convert video controls from hook to stateful widget (#27514) 2026-04-06 10:13:45 -05:00
backup chore: expose upload errors to UI (#25566) 2026-01-27 16:33:44 +00:00
bottom_sheet fix(mobile): transparent system navbar when trash bottom bar is visible (#27093) 2026-04-06 09:28:07 -05:00
images fix(mobile): images loads sometimes cancel too early (#27067) 2026-03-27 10:35:50 -04:00
map fix(mobile): bring back map settings (#25448) 2026-01-22 21:51:48 +00:00
memory fix(mobile): video state (#26574) 2026-03-03 10:28:07 -06:00
people fix(mobile): birthday picker shows limited months when no date exists (#26407) 2026-02-25 07:58:02 +05:30
remote_album feat(mobile): album options to kebab menu (#24204) 2025-12-26 18:46:05 +00:00
search feat(mobile): Quick date picker in the search page (#22653) 2025-11-10 13:55:09 -06:00
timeline feat(mobile): keep search results visible (#26498) 2026-03-04 11:27:11 -06:00