Remodel of Profile System

Added isCompany to Customers
changes in workingtimes.vue
This commit is contained in:
2024-03-17 11:01:19 +01:00
parent 874ff01551
commit aef8cce755
16 changed files with 349 additions and 168 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import TenantDropdown from "~/components/TenantDropdown.vue";
import TenantDropdown from "~/components/ProfileDropdown.vue";
const dataStore = useDataStore()
const colorMode = useColorMode()
@@ -435,7 +435,7 @@ const footerLinks = [/*{
<UDashboardPanel :width="250" :resizable="{ min: 200, max: 300 }" collapsible>
<UDashboardNavbar class="!border-transparent" :ui="{ left: 'flex-1' }">
<template #left>
<TenantDropdown class="w-full" />
<ProfileDropdown class="w-full" />
</template>
</UDashboardNavbar>