immich/mobile/lib/presentation/widgets
Thomas d2682f160e
fix(mobile): inherit toolbar opacity (#25694)
Some widgets, like Icon widgets, automatically inherit opacity from the
icon theme in the context. Many other widgets however, do not. The
Immich logo, profile picture, and backup badge are examples of widgets
of this.

All unsupported toolbar widgets have been updated to support inheriting
the opacity from the icon theme.

IconButtons internally animate properties like opacity, which is kind of
nice, but means we have to do more work to replicate that behaviour for
other widgets. In most cases, we can simply use an IconButton widget and
forward the correct opacity. The Immich logo however is not a button,
and therefore we need to use a custom TweenAnimationBuilder.

All widgets are using efficient, native opacity rather than the heavy
Opacity widget.
2026-02-16 09:54:57 +05:30
..
action_buttons fix(mobile): cancel share download when dialog is dismissed (#25466) 2026-02-05 19:08:35 +00:00
album fix(mobile): inherit toolbar opacity (#25694) 2026-02-16 09:54:57 +05:30
asset_viewer fix(mobile): jump to previous asset when last asset is deleted (#25563) 2026-02-05 18:19:40 +00:00
backup chore: expose upload errors to UI (#25566) 2026-01-27 16:33:44 +00:00
bottom_sheet fix(mobile): bring back map settings (#25448) 2026-01-22 21:51:48 +00:00
images fix: evict image from cache on error during image loading (#26078) 2026-02-09 17:01:10 -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 refactor(mobile): consolidate image requests (#25743) 2026-02-05 12:16:42 -05:00
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): dynamic layout in new timeline (#23837) 2026-02-13 09:15:42 +05:30