Added tag bookmarks screen

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 18:39:23 +01:00
parent e50e5dd81f
commit ac8c96cf43
15 changed files with 361 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ class RoutesPaths {
static const bookmarksSearch = "/bookmarks/search";
static const webview = "/webview";
static const tags = "/tags";
static const tagBookmarks = "/tags/:id";
static const settings = "/settings";
static const customization = "/settings/customization";
static const generalSettings = "/settings/general";