Add copy HTML newsletter to clipboard button#188
Conversation
Adds a new button next to the existing rich text copy button that copies the raw HTML source of the newsletter to the clipboard, useful for pasting into email HTML editors or other tools that need the markup directly.
|
Claude finished @simonw's task —— View job Code Review Complete ✅
Code Review FeedbackThis PR adds a clean and straightforward "Copy HTML newsletter to clipboard" button. The implementation is solid overall with a few observations: ✅ Code Quality & Best Practices
✅ Functionality
|
Adds a new button next to the existing rich text copy button that copies
the raw HTML source of the newsletter to the clipboard, useful for pasting
into email HTML editors or other tools that need the markup directly.