mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37: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 |
||
---|---|---|
.. | ||
editor | ||
members | ||
settings | ||
setup | ||
application.js | ||
billing.js | ||
dashboard.js | ||
designsandbox.js | ||
editor.js | ||
error.js | ||
launch.js | ||
member.js | ||
members-activity.js | ||
members.js | ||
offer.js | ||
offers.js | ||
pages-loading.js | ||
pages.js | ||
posts-loading.js | ||
posts.js | ||
reset.js | ||
settings.js | ||
setup.js | ||
signin.js | ||
signup.js | ||
site.js | ||
tag.js | ||
tags.js | ||
whatsnew.js |