Added Content to HelpSlideover

Added Shortcut to Settings
Added Feature Disabling Settings to tenant.vue
This commit is contained in:
2024-04-07 12:44:23 +02:00
parent 7c162f157a
commit 281f3562ec
6 changed files with 74 additions and 22 deletions

View File

@@ -1,6 +1,5 @@
<script setup>
import TenantDropdown from "~/components/ProfileDropdown.vue";
const dataStore = useDataStore()
const colorMode = useColorMode()
@@ -12,7 +11,7 @@ const route = useRoute()
dataStore.initializeData((await supabase.auth.getUser()).data.user.id)
const isLight = computed({
/*const isLight = computed({
get() {
return colorMode.value !== 'dark'
},
@@ -115,12 +114,12 @@ const navLinks = [
icon: "i-heroicons-envelope"
},
]
},/*
},/!*
{
label: "Chat",
to: "/chat",
icon:'i-heroicons-chat-bubble-left-right'
},*/
},*!/
{
label: "Mitarbeiter",
icon: 'i-heroicons-user',
@@ -172,7 +171,7 @@ const navLinks = [
},
]
},
]
]*/
//const activeFeatures = dataStore.tenants.find(dataStore.currentTenant).features