immich/mobile/lib/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
..
activities fix(mobile): inherit toolbar opacity (#25694) 2026-02-16 09:54:57 +05:30
album fix(mobile): inherit toolbar opacity (#25694) 2026-02-16 09:54:57 +05:30
asset_grid chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
asset_viewer fix(mobile): convert video controls from hook to stateful widget (#27514) 2026-04-06 10:13:45 -05:00
backup feat(mobile): 2026 font (#25213) 2026-01-13 09:59:57 -06:00
common fix(mobile): ignore pointer events on toasts (#26990) 2026-04-04 10:39:13 -05:00
forms fix(mobile): do not autocorrect on endpoint input (#25696) 2026-01-29 23:03:26 -06:00
map chore(mobile): fix asset marker icon file name (#26290) 2026-02-17 11:53:44 -05:00
memories fix(mobile): video state (#26574) 2026-03-03 10:28:07 -06:00
photo_view chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
search fix(mobile): don't update search filters in-place (#26965) 2026-04-04 22:53:03 +00:00
settings chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
shared_link feat(mobile): Add slug support for shared links (#26441) 2026-02-23 14:31:42 +05:30