Open cain opened 6 years ago
When pressing the delete button, no warning message is given. This may cause issues with accidental removal of posts.
Recommending a modal or message box to prompt the author?
Nice suggestion, thanks!
Thoughts on using window.confirm? https://github.com/cain/liveblog/blob/MTL-737-delete-entry-prompt/src/react/containers/EntryContainer.js#L24
window.confirm
When pressing the delete button, no warning message is given. This may cause issues with accidental removal of posts.
Recommending a modal or message box to prompt the author?