WIP - UI cahnges to bottom bar

This commit is contained in:
Francisco Gaona
2026-01-08 00:21:12 +01:00
parent 8ad3fac1b0
commit c9a3e00a94
4 changed files with 326 additions and 53 deletions

View File

@@ -342,16 +342,6 @@ const centralAdminMenuItems: Array<{
</SidebarContent>
<SidebarFooter>
<SidebarMenu>
<SidebarMenuItem v-if="!isCentralAdmin">
<SidebarMenuButton @click="openSoftphoneDrawer" class="cursor-pointer hover:bg-accent">
<Phone class="h-4 w-4" />
<span>Softphone</span>
<span
v-if="softphone.hasIncomingCall.value"
class="ml-auto h-2 w-2 rounded-full bg-red-500 animate-pulse"
/>
</SidebarMenuButton>
</SidebarMenuItem>
<SidebarMenuItem>
<SidebarMenuButton @click="handleLogout" class="cursor-pointer hover:bg-accent">
<LogOut class="h-4 w-4" />