immich/mobile/lib/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
..
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 fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
asset_viewer feat(mobile): 2026 font (#25213) 2026-01-13 09:59:57 -06:00
backup feat(mobile): 2026 font (#25213) 2026-01-13 09:59:57 -06:00
common fix(mobile): inherit toolbar opacity (#25694) 2026-02-16 09:54:57 +05:30
forms fix(mobile): do not autocorrect on endpoint input (#25696) 2026-01-29 23:03:26 -06:00
map refactor(mobile): consolidate image requests (#25743) 2026-02-05 12:16:42 -05:00
memories chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
photo_view fix(mobile): tall image scrolling (#25649) 2026-01-28 17:03:11 -05:00
search refactor(mobile): consolidate image requests (#25743) 2026-02-05 12:16:42 -05:00
settings feat(mobile): dynamic layout in new timeline (#23837) 2026-02-13 09:15:42 +05:30
shared_link chore(mobile): add debugPrint lint rule (#21872) 2025-09-12 18:56:00 -04:00