immich/mobile/lib/pages/common
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
..
activities.page.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
app_log.page.dart chore(mobile): translate missing strings (#22057) 2025-09-16 08:51:03 +07:00
app_log_detail.page.dart chore(mobile): translate missing strings (#22057) 2025-09-16 08:51:03 +07:00
change_experience.page.dart fix: migrate backup delay from old timeline (#22327) 2025-09-23 09:55:35 +07:00
create_album.page.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
download_panel.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00
gallery_stacked_children.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00
gallery_viewer.page.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
headers_settings.page.dart fix(mobile): notate experimental network features, cleanup mis assigned translation tags (#23021) 2025-10-20 19:20:49 +07:00
large_leading_tile.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00
native_video_viewer.page.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 +07:00
settings.page.dart chore: optimisation of several UI components of the mobile app (#24098) 2025-11-30 13:01:01 +07:00
splash_screen.page.dart fix: fully sync local library on app restart (#23323) 2025-11-05 14:09:50 +07:00
tab_controller.page.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 +07:00
tab_shell.page.dart chore: refactor mobile events (#24263) 2025-11-30 12:43:33 +07:00