Added Content to HelpSlideover
Added Shortcut to Settings Added Feature Disabling Settings to tenant.vue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user