immich/mobile/lib
Thomas 5ab05e57fa
fix(mobile): inconsistent asset details background (#26634)
The background of the photo view does not extend below the height of the
viewport, and so the asset details fade in over black with the photo
view, and the standard surface colour scheme of the scaffold for the
rest. This leads to a janky animation. We can't change the background of
the scaffold to black, as it in turn makes the iOS bouncing scroll
physics cut off incorrectly. The best fix is to remove background
decoration from the photo view, and defer to the parent to colour the
background.

Co-authored-by: Alex <alex.tran1502@gmail.com>
2026-03-05 17:45:21 +00:00
..
constants perf(mobile): optimized album sorting (#25179) 2026-02-23 20:13:45 +05:30
domain feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
entities chore: use hosted isar flutter libs (#22757) 2025-10-08 04:19:46 -05:00
extensions chore(mobile): simplify asset page scroll (#26635) 2026-03-04 10:28:55 -06:00
infrastructure chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
interfaces refactor(mobile): interfaces refactor (#19415) 2025-06-23 11:27:44 -05:00
mixins chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
models feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
pages chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
platform feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
presentation fix(mobile): inconsistent asset details background (#26634) 2026-03-05 17:45:21 +00:00
providers chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
repositories feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
routing feat(mobile): Allow users to set profile picture from asset viewer (#25517) 2026-02-22 06:02:33 +00:00
services chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
theme fix(mobile): prevent nav bar label text wrapping (#26011) 2026-02-12 16:57:03 +00:00
utils chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
widgets chore: always use Package Imports (#26630) 2026-03-05 11:18:01 -06:00
main.dart feat(mobile): use shared native client (#25942) 2026-03-05 11:04:45 -06:00
wm_executor.dart fix: isolate freeze app on older ios device (#22509) 2025-10-22 12:43:03 -05:00