From d1ad0ade0f7b75a43cf4e5f04458b0922bc5c9f7 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 17 Jul 2025 16:21:10 +0200 Subject: [PATCH] playing with programmatic navigation creation --- vue3/src/apps/tandoor/Tandoor.vue | 68 ++-------------------- vue3/src/composables/useNavigation.ts | 81 +++++++++++++++++++++++++++ 2 files changed, 86 insertions(+), 63 deletions(-) create mode 100644 vue3/src/composables/useNavigation.ts diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index 0d4396606..6bbaf328b 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -37,58 +37,8 @@ {{ useUserPreferenceStore().activeSpace.name }} - - - {{ $t('Settings') }} - - - - {{ $t('Database') }} - - - - {{ $t('Help') }} - - - - - - - - {{ $t('Messages') }} - - - - - {{ $t('Admin') }} - - - - {{ $t('Logout') }} - + @@ -129,18 +79,11 @@ {{ useUserPreferenceStore().activeSpace.name }} - - - - - - - + -