KI-AGENT: Chat in eigene Kommunikationsseite auslagern

This commit is contained in:
2026-05-18 18:01:54 +02:00
parent b03af21e97
commit 571c24f250
3 changed files with 588 additions and 323 deletions

View File

@@ -76,10 +76,15 @@ const links = computed(() => {
const communicationChildren = [
{
label: "Matrix",
to: "/communication",
label: "Chat",
to: "/communication/chat",
icon: "i-heroicons-chat-bubble-left-right"
},
{
label: "Matrix-Setup",
to: "/communication",
icon: "i-heroicons-cog-6-tooth"
},
featureEnabled("helpdesk") ? {
label: "Helpdesk",
to: "/helpdesk",