feat: update email composer to handle trailing commas and improve recipient input handling

This commit is contained in:
Linus Rath
2026-03-11 21:07:00 +01:00
parent 5f539161d5
commit 15dbb3d349
10 changed files with 262 additions and 114 deletions
+3 -3
View File
@@ -298,9 +298,9 @@
"saving": "Wird gespeichert...",
"draft_saved": "Entwurf gespeichert",
"save_failed": "Speichern fehlgeschlagen",
"to_placeholder": "E-Mail-Adressen der Empfänger (durch Komma getrennt)",
"cc_placeholder": "CC-Empfänger (durch Komma getrennt)",
"bcc_placeholder": "BCC-Empfänger (durch Komma getrennt)",
"to_placeholder": "E-Mail-Adressen der Empfänger",
"cc_placeholder": "CC-Empfänger",
"bcc_placeholder": "BCC-Empfänger",
"subject_placeholder": "Betreff",
"cc_label": "Cc:",
"bcc_label": "Bcc:",