mirror-immich/mobile/lib/routing
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 -06:00
..
app_navigation_observer.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
auth_guard.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
backup_permission_guard.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
custom_transition_builders.dart chore: bump line length to 120 (#20191) 2025-07-25 02:37:22 +00:00
duplicate_guard.dart chore(mobile): add `debugPrint` lint rule (#21872) 2025-09-12 18:56:00 -04:00
gallery_guard.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
locked_guard.dart fix: mobile unawaited_futures lint (#21661) 2025-10-27 09:32:52 -05:00
router.dart chore: optimisation of several UI components of the mobile app (#24098) 2025-11-30 13:01:01 -06:00
router.gr.dart feat(mobile): view similar photos (#22148) 2025-10-28 16:17:26 -05:00