diff options
| author | MohamedBassem <me@mbassem.com> | 2024-11-23 23:21:03 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-11-23 23:21:03 +0000 |
| commit | 27453300782a1bade030277c021d4961061e9c69 (patch) | |
| tree | c7f805c909a103ee5895ab13d788a562eb7d1338 /apps/mobile/app/dashboard/_layout.tsx | |
| parent | fbb264457d0d2737db33510303c3b3950e1e021e (diff) | |
| download | karakeep-27453300782a1bade030277c021d4961061e9c69.tar.zst | |
feat(mobile): Add support for managing tags from mobile
Diffstat (limited to 'apps/mobile/app/dashboard/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/_layout.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx index bc743c7a..5717f711 100644 --- a/apps/mobile/app/dashboard/_layout.tsx +++ b/apps/mobile/app/dashboard/_layout.tsx @@ -67,6 +67,15 @@ export default function Dashboard() { }} /> <Stack.Screen + name="bookmarks/[slug]/manage_tags" + options={{ + headerTitle: "Manage Tags", + headerBackTitle: "Back", + headerTransparent: true, + presentation: "modal", + }} + /> + <Stack.Screen name="bookmarks/[slug]/manage_lists" options={{ headerTitle: "Manage Lists", |
