diff --git a/frontend/components/MainNav.vue b/frontend/components/MainNav.vue index 655c6b5..660126f 100644 --- a/frontend/components/MainNav.vue +++ b/frontend/components/MainNav.vue @@ -75,6 +75,11 @@ const links = computed(() => { ] const communicationChildren = [ + { + label: "Matrix", + to: "/communication", + icon: "i-heroicons-chat-bubble-left-right" + }, featureEnabled("helpdesk") ? { label: "Helpdesk", to: "/helpdesk", diff --git a/frontend/pages/communication/index.vue b/frontend/pages/communication/index.vue new file mode 100644 index 0000000..8512bc6 --- /dev/null +++ b/frontend/pages/communication/index.vue @@ -0,0 +1,245 @@ + + +