mirror of
https://github.com/immich-app/immich.git
synced 2025-11-15 17:43:08 +09:00
feat(mobile): improve explore page and allow metadata search (#2097)
This commit is contained in:
@@ -144,14 +144,9 @@ class _$AppRouter extends RootStackRouter {
|
||||
);
|
||||
},
|
||||
RecentlyAddedRoute.name: (routeData) {
|
||||
return CustomPage<dynamic>(
|
||||
return MaterialPageX<dynamic>(
|
||||
routeData: routeData,
|
||||
child: const RecentlyAddedPage(),
|
||||
transitionsBuilder: TransitionsBuilders.noTransition,
|
||||
durationInMilliseconds: 200,
|
||||
reverseDurationInMilliseconds: 200,
|
||||
opaque: true,
|
||||
barrierDismissible: false,
|
||||
);
|
||||
},
|
||||
AssetSelectionRoute.name: (routeData) {
|
||||
|
||||
Reference in New Issue
Block a user