-
Notifications
You must be signed in to change notification settings - Fork 24
Add comma-separated emails on bulk-email confirm page; rename to "Send bulk emails" #1915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
8f53d2a
Show recipient emails on bulk-email confirm page and rename to "Send β¦
maebeale b24cb29
Keep comma-separated names and add comma-separated emails on confirm β¦
maebeale 585b6ab
White background on subject and message inputs in bulk-email preview
maebeale 45135a9
Group subject and message under an "Email draft" header
maebeale d7263e9
Tighten recipient-filter help copy
maebeale fa7429d
Wrap Email draft section in a white card with vertical breathing room
maebeale c450c46
Move Email draft header outside its card to match Recipients/Preview
maebeale b9bbc00
Shrink the live email preview with zoom
maebeale ff155ef
Move HTML-support note to a hint below the message field
maebeale 14e264d
Add space before Preview, lighten HTML hint, and rebuild Vite CSS
maebeale 497d3d0
Symmetric, slightly larger spacing around the Email draft section
maebeale 0d09fb2
Shrink the live email preview further (zoom 0.6)
maebeale File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π€ From Claude: Switched this from
full_nametopreferred_emailβ the "Comma-separated" block exists for copy-pasting addresses, so names were the wrong value. Reusing the samepreferred_emailaccessor already shown in the "Full list" below.