Ghost/ghost/admin/app/components/modals
Kevin Ansfield ed48cd6e3a Refactored custom-view-form modal
refs https://github.com/TryGhost/Team/issues/559
refs https://github.com/TryGhost/Admin/pull/2227

- updated modal component to use newer ember-promise-modals modals implementation
  - removed use of "delayedColor" properties as the workaround for liquid-fire based animation is no longer required
  - added `validate` action to remove need for `{{action}}` - we can't call the `validate()` method directly from the template because it's not bound correctly with `@action` and binding it breaks other code that expects `_super()` for the validate method to work via the mixin (eg, staff invite modal)
- removed `customViews.toggleFormModal()`` and changed `customViews.editView()` to open the modal directly
  - updated templates to use `{{on "click" this.customViews.editView}}` in place of toggling the "showFormModal" property
2022-01-31 10:41:57 +00:00
..
design 🐛 Fixed Casper not being installable from themes list 2021-11-17 22:49:00 +00:00
editor Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
limits Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
offers Fixed enter key behavior on unarchive offer modal 2022-01-26 14:14:42 +05:30
post-preview Allowed popups from email preview to escape sandbox (#2168) 2021-12-06 18:48:04 +02:00
confirm-unsaved-changes.hbs Fixed close button in confirm modal causing navigation 2021-09-30 16:26:20 +01:00
custom-view-form.hbs Refactored custom-view-form modal 2022-01-31 10:41:57 +00:00
custom-view-form.js Refactored custom-view-form modal 2022-01-31 10:41:57 +00:00
delete-post.hbs Added "Enter" key handling to refactored delete-post modal 2021-09-13 13:58:13 +01:00
delete-post.js Fixed "Attempted to handle event deleteRecord on <page:x> .." error 2021-11-16 17:59:59 +00:00
email-preview.hbs Refactored post email preview modal 2022-01-25 13:17:05 +00:00
email-preview.js Refactored post email preview modal 2022-01-25 13:17:05 +00:00
new-custom-integration.hbs Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
new-custom-integration.js Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
post-preview.hbs Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
post-preview.js Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
search.hbs Refactored search modal 2022-01-11 17:59:48 +00:00
search.js Refactored search modal 2022-01-11 17:59:48 +00:00