E-Mail Oberfläche im Outlook-Stil ergänzen

KI-AGENT: Ergänzt eine dreispaltige E-Mail Arbeitsansicht mit Konto- und Ordnerliste, Nachrichtenliste, Lesebereich, Suche, Aktualisierung und Composer-Verknüpfung. Die Navigation zeigt nun auf die neue E-Mail Übersicht.
This commit is contained in:
2026-05-23 20:07:54 +02:00
parent 21e2bc2755
commit 347319aee3
2 changed files with 524 additions and 2 deletions

View File

@@ -93,9 +93,8 @@ const links = computed(() => {
} : null,
featureEnabled("email") ? {
label: "E-Mail",
to: "/email/new",
to: "/email",
icon: "i-heroicons-envelope",
disabled: true
} : null,
]