feat: Unified Inbox in Kommunikation-Navigation hinzugefuegt
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 25s
CI / test-go-edu-search (push) Successful in 26s
CI / test-python-klausur (push) Failing after 1m57s
CI / test-python-agent-core (push) Successful in 15s
CI / test-nodejs-website (push) Successful in 16s
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 25s
CI / test-go-edu-search (push) Successful in 26s
CI / test-python-klausur (push) Failing after 1m57s
CI / test-python-agent-core (push) Successful in 15s
CI / test-nodejs-website (push) Successful in 16s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -39,8 +39,16 @@ export const navigation: NavCategory[] = [
|
|||||||
icon: 'mail',
|
icon: 'mail',
|
||||||
color: '#f59e0b', // Amber-500
|
color: '#f59e0b', // Amber-500
|
||||||
colorClass: 'communication',
|
colorClass: 'communication',
|
||||||
description: 'Video & Chat, Voice Service, Alerts',
|
description: 'Video & Chat, Voice Service, E-Mail, Alerts',
|
||||||
modules: [
|
modules: [
|
||||||
|
{
|
||||||
|
id: 'mail',
|
||||||
|
name: 'Unified Inbox',
|
||||||
|
href: '/communication/mail',
|
||||||
|
description: 'E-Mail-Konten & KI-Analyse',
|
||||||
|
purpose: 'E-Mail-Konten verwalten und KI-Kategorisierung nutzen. IMAP/SMTP Konfiguration, Vorlagen und Audit-Log.',
|
||||||
|
audience: ['Support', 'Admins'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'video-chat',
|
id: 'video-chat',
|
||||||
name: 'Video & Chat',
|
name: 'Video & Chat',
|
||||||
|
|||||||
Reference in New Issue
Block a user