immich/mobile/lib/presentation/widgets
Thomas 789d82632a
fix(mobile): race condition showing details (#26559)
Asset details are prematurely hidden when a drag ends if the simulation
shows that it will close given its current velocity. It makes for a much
more responsible feeling UI. However, this behaviour conflicts with the
logic which determines whether details are showing based on the current
offset. The result is that the details are hidden, then immediately
shown again, and then hidden once it passes the min snap distance
threshold.

This can be fixed by only evaluating the position based logic when a
drag is active, and then inferring upcoming state with a simulation.
2026-02-27 12:12:24 +05:30
..
action_buttons feat(mobile): prompt when deleting from trash (#26392) 2026-02-23 14:45:05 +00:00
album feat(mobile): inline asset details (#25952) 2026-02-17 09:24:34 -06:00
asset_viewer fix(mobile): race condition showing details (#26559) 2026-02-27 12:12:24 +05:30
backup chore: expose upload errors to UI (#25566) 2026-01-27 16:33:44 +00:00
bottom_sheet feat(mobile): Allow users to set album cover from mobile app (#25515) 2026-02-22 05:53:39 +00:00
images feat(mobile): Prevent premature image cache eviction when higher image loading is enabled (#26208) 2026-02-25 17:31:37 -05:00
map fix(mobile): bring back map settings (#25448) 2026-01-22 21:51:48 +00:00
memory fix: mobile edit handling (#25315) 2026-01-19 12:22:53 -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 fix: simplify timeline rebuild on orientation (#26408) 2026-02-23 13:30:09 -05:00