Ghost/ghost/admin/app/controllers
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
..
editor 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
members Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
settings Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
setup Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
application.js Refactored custom-view-form modal 2022-01-31 10:41:57 +00:00
billing.js Added billing controller for explicitness 2020-04-22 16:44:34 +12:00
dashboard.js Replaced dashboard "Top members" widget with longer activity feed 2022-01-27 16:53:39 +00:00
designsandbox.js Renamed design sandbox template 2021-02-05 14:00:51 +01:00
editor.js Refactored post email preview modal 2022-01-25 13:17:05 +00:00
error.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
launch.js Updated pricing setup on launch wizard 2021-05-20 17:01:12 +05:30
member.js Added new label input dropdown on member detail behind filtering flag 2021-09-08 22:59:58 +05:30
members-activity.js Excluded all email related events from feeds when newsletter is disabled 2022-01-27 19:19:15 +00:00
members.js Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
offer.js Added new free tier card with custom description/benefits (#2203) 2022-01-18 00:23:43 +05:30
offers.js Added new free tier card with custom description/benefits (#2203) 2022-01-18 00:23:43 +05:30
pages-loading.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
pages.js Added open rate order option to posts list 2020-12-04 10:30:03 +00:00
posts-loading.js Added access level filter to posts and pages lists in admin 2020-06-09 12:19:40 +01:00
posts.js Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
reset.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
settings.js Cleaned up unused branding modal 2022-01-13 13:31:32 +00:00
setup.js Fixed deprecated access of controller.{currentPath,currentRouteName} 2019-05-06 14:51:23 +01:00
signin.js Bumped eslint-plugin-ghost and fixed linter errors 2021-07-15 15:27:29 +01:00
signup.js Made session.user a synchronous property rather than a promise 2021-07-08 14:54:31 +01:00
site.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
tag.js Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
tags.js Refactored use of ShortcutsRoute mixin on tags screen 2022-01-17 10:06:57 +00:00
whatsnew.js Updated database warning wording 2022-01-18 11:10:25 +00:00