Automattic / liveblog

Liveblogging done right. Using WordPress.
https://wordpress.org/plugins/liveblog/
308 stars 122 forks source link

Deleting live blog posts - warning message #436

Open cain opened 6 years ago

cain commented 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?

philipjohn commented 6 years ago

Nice suggestion, thanks!

cain commented 6 years ago

Thoughts on using window.confirm? https://github.com/cain/liveblog/blob/MTL-737-delete-entry-prompt/src/react/containers/EntryContainer.js#L24

cain commented 6 years ago

490