mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
ed48cd6e3a
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 |
||
---|---|---|
.. | ||
design | ||
editor | ||
limits | ||
offers | ||
post-preview | ||
confirm-unsaved-changes.hbs | ||
custom-view-form.hbs | ||
custom-view-form.js | ||
delete-post.hbs | ||
delete-post.js | ||
email-preview.hbs | ||
email-preview.js | ||
new-custom-integration.hbs | ||
new-custom-integration.js | ||
post-preview.hbs | ||
post-preview.js | ||
search.hbs | ||
search.js |