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
+1 -1
View File
@@ -275,7 +275,7 @@ function PlaceholderDropdown({
return (
<>
<div className="fixed inset-0 z-40" onClick={onClose} />
<div className="absolute right-0 top-full mt-1 z-50 bg-popover border border-border rounded-md shadow-lg min-w-[180px]">
<div className="absolute right-0 top-full mt-1 z-50 bg-background border border-border rounded-md shadow-lg min-w-[180px]">
<div className="p-1">
{BUILT_IN_PLACEHOLDERS.map((p) => (
<button