Ghost/ghost/admin/app/components/modals
Kevin Ansfield 93768ef678 Added navigation back to design settings index after activating uploaded theme
refs https://github.com/TryGhost/Team/issues/1149

- added a `@data.onActivationSuccess` option to the upload-theme modal that if present is called when activation of a theme is completed as part of the upload process
- added a `startThemeUpload()` action to the `change-theme` controller so that we can pass in an `onActivationSuccess` which transitions to the `design.settings.index` screen
- removed unnecessary `@tracked` decorators on class properties that have `store.peekAll('theme')` assigned to them
2021-10-19 19:43:36 +01:00
..
design Added navigation back to design settings index after activating uploaded theme 2021-10-19 19:43:36 +01:00
limits Added advanced theme settings modal 2021-10-05 20:44:27 +01:00
offers Updated shareable offer link UI on list screen 2021-10-08 09:28:17 +05:30
post-preview Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
archive-offer.hbs Updated copy for archive offer confirmation popup 2021-10-19 13:38:10 +05:30
archive-offer.js Added (un)archive button to offer detail screen 2021-10-13 21:23:30 +05:30
confirm-unsaved-changes.hbs Fixed close button in confirm modal causing navigation 2021-09-30 16:26:20 +01:00
delete-post.hbs Added "Enter" key handling to refactored delete-post modal 2021-09-13 13:58:13 +01:00
delete-post.js Converted delete-post modal to EPM based modal 2021-09-13 13:01:12 +01:00
post-preview.hbs Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
post-preview.js Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
unarchive-offer.hbs Updated copy for archive/reactivate offers 2021-10-14 00:53:31 +05:30
unarchive-offer.js Added (un)archive button to offer detail screen 2021-10-13 21:23:30 +05:30