Ghost/ghost/admin/app/components/modals/design
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
..
confirm-delete-theme.hbs Fixed enter key not triggering confirm action in delete theme modal 2021-10-12 07:26:18 +01:00
confirm-delete-theme.js Fixed re-upload of theme not working after deleting 2021-10-19 19:35:03 +01:00
install-theme.hbs Added Casper to the themes list 2021-10-18 13:02:35 +01:00
install-theme.js Added Casper to the themes list 2021-10-18 13:02:35 +01:00
theme-errors.hbs Added advanced theme settings modal 2021-10-05 20:44:27 +01:00
upload-theme.hbs Fixed responsive icons in theme preview not displaying in Chrome 2021-10-13 15:59:14 +02:00
upload-theme.js Added navigation back to design settings index after activating uploaded theme 2021-10-19 19:43:36 +01:00
view-theme.hbs Added desktop/mobile toggle to view-theme screen 2021-10-18 17:22:45 +01:00
view-theme.js Added desktop/mobile toggle to view-theme screen 2021-10-18 17:22:45 +01:00