Ghost/ghost/admin/app/components/modals/editor
Kevin Ansfield 6a43cb27c3 Refactored leave-editor confirmation modal
refs https://github.com/TryGhost/Team/issues/559

- switched to new ember-promise-modals pattern
- simplified `willTransition` handling because we can now wait on the promise returned from opening the modal
  - the modal content was changed to use `{{on "click" (fn @close true)}}` on the "leave" button so we can check for that return value for leave confirmation
2022-01-12 10:18:25 +00:00
..
confirm-leave.hbs Refactored leave-editor confirmation modal 2022-01-12 10:18:25 +00:00
confirm-publish.hbs 🎨 Added confirmation dialog any time a post/page will be published 2021-12-07 00:18:24 +00:00
confirm-publish.js 🐛 Fixed confusing wording change whilst saving in publish confirmation modal 2022-01-04 18:05:34 +00:00