Skip to content

create email editor#105

Open
piersolh wants to merge 1 commit intomainfrom
piersol-email-comms
Open

create email editor#105
piersolh wants to merge 1 commit intomainfrom
piersol-email-comms

Conversation

@piersolh
Copy link
Copy Markdown
Contributor

@piersolh piersolh commented Apr 5, 2026

Description

Briefly describe the changes and why they are needed.
implement #94

  • create email text editor
  • create email text preview
  • generate payload after saving draft or send button
    page located at: /sidebar-test

Changes Made

  • Backend changes
  • Frontend changes
  • Database schema changes
  • Configuration updates
  • Other

Testing & Verification

  • Unit tests pass -> skipped unit tests, needs design review
  • Manual testing completed
  • No breaking changes

Verification Steps:

  • tested creating emails and styling them

Screenshots (if relevant)

Screenshot 2026-04-05 at 5 51 05 PM Screenshot 2026-04-05 at 5 51 41 PM Screenshot 2026-04-05 at 5 51 53 PM

Future Improvements/Notes

  1. design review
  2. implement Email Communications (Backend, SES) Part 2 - don't start until Part 1 complete. #95

Related Issues

Closes #94

@piersolh piersolh marked this pull request as ready for review April 5, 2026 21:57

export default {
module.exports = {
content: [
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to change the config so that the tailwind would render the styling in the email editor correctly

@piersolh piersolh changed the title create webpage create email editor Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Email Communications HTML editor interface (frontend) Part 1

1 participant