Changed search screen with modal

This commit is contained in:
Juan Gilsanz Polo
2024-02-26 22:49:44 +01:00
parent 4bac98e573
commit d1396699e6
3 changed files with 123 additions and 103 deletions

View File

@@ -48,10 +48,6 @@ final List<RouteBase> appRoutes = [
),
],
),
GoRoute(
path: RoutesPaths.bookmarksSearch,
builder: (context, state) => const SearchBookmarksScreen(),
),
GoRoute(
path: RoutesPaths.tagBookmarks,
name: RoutesNames.tagBookmarks,