List tags

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 13:17:06 +01:00
parent 381c20e67e
commit 5378d020e4
11 changed files with 244 additions and 61 deletions

View File

@@ -10,6 +10,11 @@ final appScreens = [
route: RoutesPaths.bookmarks,
name: t.bookmarks.bookmarks,
),
AppRoute(
icon: Icons.label_rounded,
route: RoutesPaths.tags,
name: t.tags.tags,
),
AppRoute(
icon: Icons.settings_rounded,
route: RoutesPaths.settings,