Added Chats

This commit is contained in:
2024-11-20 21:08:50 +01:00
parent 59424f067c
commit fbf1f78d64
4 changed files with 371 additions and 3 deletions

View File

@@ -51,11 +51,14 @@ const links = computed(() => {
label: "E-Mail",
to: "/email/new",
icon: "i-heroicons-envelope"
},
{
}, {
label: "Logbücher",
to: "/communication/historyItems",
icon: "i-heroicons-envelope"
icon: "i-heroicons-book-open"
}, {
label: "Chats",
to: "/chats",
icon: "i-heroicons-chat-bubble-left"
}
]
},