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
@@ -299,9 +299,9 @@
"saving": "Saving...",
"draft_saved": "Draft saved",
"save_failed": "Failed to save",
"to_placeholder": "Recipient email addresses (comma separated)",
"cc_placeholder": "Cc recipients (comma separated)",
"bcc_placeholder": "Bcc recipients (comma separated)",
"to_placeholder": "Recipient email addresses",
"cc_placeholder": "Cc recipients",
"bcc_placeholder": "Bcc recipients",
"subject_placeholder": "Subject",
"cc_label": "Cc:",
"bcc_label": "Bcc:",