feat: update Resend plugin with optional email fields and UI tweaks#82
Closed
bensabic wants to merge 3 commits intovercel-labs:mainfrom
Closed
feat: update Resend plugin with optional email fields and UI tweaks#82bensabic wants to merge 3 commits intovercel-labs:mainfrom
bensabic wants to merge 3 commits intovercel-labs:mainfrom
Conversation
Contributor
bensabic
commented
Nov 29, 2025
- Add optional fields in a collapsible area: CC, BCC, Reply-To, Schedule At, Topic ID
- Add From field to override default sender
- Add Idempotency Key using Nano ID for email sends
- Changed From Email to Default Sender in plugin settings (supports Name format)
- Add reusable DateInput component with natural language parsing (chrono-node) and date/time picker
- Imported new UI components: calendar, collapsible, popover, tooltip
…ents - Add optional fields in a collapsible area: CC, BCC, Reply-To, Schedule At, Topic ID - Add From field to override default sender - Add Idempotency Key using Nano ID for email sends - Changed From Email to Default Sender in plugin settings (supports Name <email> format) - Add reusable DateInput component with natural language parsing (chrono-node) and date/time picker - Imported new UI components: calendar, collapsible, popover, tooltip
Contributor
|
@bensabic is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
- Sync codegen template with step.ts (error handling, validation, idempotency key) - Fix DateInput calendar month sync when value changes programmatically - Add hint box explaining email format support in send email config - Simplify email field placeholders now that hint explains format - Add auto-scroll when Optional Fields collapsible opens - Update to default sender in settings for consistency
Use uncontrolled Collapsible with CSS data-attribute for chevron rotation instead of useState/useRef/useEffect hooks that require client component.
Contributor
Author
|
Closing PR to cleanly resolve conflict |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.