mirror of https://github.com/immich-app/immich.git
* 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> |
||
|---|---|---|
| .. | ||
| activities.page.dart | ||
| app_log.page.dart | ||
| app_log_detail.page.dart | ||
| change_experience.page.dart | ||
| create_album.page.dart | ||
| download_panel.dart | ||
| gallery_stacked_children.dart | ||
| gallery_viewer.page.dart | ||
| headers_settings.page.dart | ||
| large_leading_tile.dart | ||
| native_video_viewer.page.dart | ||
| settings.page.dart | ||
| splash_screen.page.dart | ||
| tab_controller.page.dart | ||
| tab_shell.page.dart | ||