immich/mobile/lib/pages
Hai Sullivan 46e1967760
chore: optimisation of several UI components of the mobile app (#24098)
* fix(mobile): normalize scrolling behavior in networking settings

Remove ClampingScrollPhysics from networking settings page to match
the scrolling behavior of other settings pages. This restores the
standard iOS bounce/elastic scrolling effect.

* fix(mobile): use consistent native transitions for Library pages

Change Trash, Shared Links, and Folders routes from CustomRoute to AutoRoute to enable native iOS transitions with swipe-back gesture support.

* fix(mobile): remove SafeArea wrapper and ClampingScrollPhysics from Settings

Remove SafeArea wrapper (Scaffold handles safe areas automatically) and ClampingScrollPhysics to enable native iOS bounce scrolling.

* fix(mobile): remove bottom white space in Sync Status page

Replace Padding wrapper with ListView padding to match other Settings pages and eliminate bottom white space.

* chore: fix Dart formatting

Run dart format to fix formatting issues in settings.page.dart and sync_status_and_actions.dart

* Format Dart files

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: kao-byte <benjaminliu@MacBook-Air.local>
2025-11-30 13:01:01 +07:00
..
album fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
albums chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00
backup chore: refactor mobile events (#24263) 2025-11-30 12:43:33 +07:00
common chore: optimisation of several UI components of the mobile app (#24098) 2025-11-30 13:01:01 +07:00
editing fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
library fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
login chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00
onboarding chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00
photos fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
search fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
settings chore: make beta timeline the default (#21751) 2025-09-10 12:11:46 +07:00
share_intent chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00