Extend any template block by a confirmation "bubble".
Use confirmation mechanisms (buttons/bubbles/dialogs) with caution. The are not always the best choice UX-wise. For more information on that topic see:
- Never Use a Warning When you Mean Undo
- Deletion: Confirm or Undo? Which is the better option and why?
- Try Undos instead of prompting for confirmation
- Undo
ember install:addon ember-confirm-extension
Take a look at the component's template to see which css classes are used.
PRs are always welcome! Make sure that code changes are covered by tests.
MIT