Ghost/ghost/admin/app/routes/settings
Kevin Ansfield 85d7932e45 Resolved deprecation warnings for dynamic modal component binding (#2303)
refs https://github.com/TryGhost/Team/issues/559
refs 054a5f15f5

- with the update of `ember-promise-modals` we started to get deprecation warnings when using `modals.open('modal-component-name')`
  - upcoming Ember build updates will introduce tree shaking but using run-time lookup of modal components by name works against that because it's not statically analysable
- switched to importing components and passing the component class directly, eg. `modals.open(ModalComponent)`
- standardized modal component class names with a `MyModal` style to get better behaviour in code editors when it auto generates imports
- dropped the modal defaults from the modals service because we can now use a static `modalOptions` property on the modal components themselves when we want to override the defaults
2022-03-14 10:52:04 +00:00
..
design Resolved deprecation warnings for dynamic modal component binding (#2303) 2022-03-14 10:52:04 +00:00
integration/webhooks Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
integrations Resolved deprecation warnings for dynamic modal component binding (#2303) 2022-03-14 10:52:04 +00:00
product Wired products data to Product settings screen (#1927) 2021-04-22 22:17:19 +05:30
staff Updated Author user profile page and sidebar 2022-01-26 14:49:55 +00:00
code-injection.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
design.js Fix tests 2022-02-02 10:57:34 +01:00
general.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
integration.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
integrations.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
labs.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
members-email.js Improved Email newsletter settings page (#2207) 2022-01-27 12:40:11 +01:00
membership.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
navigation.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
product.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
products.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
theme-install.js 🐛 Fixed theme installs from ghost.org/marketplace 2021-11-10 10:58:29 +00:00