Ghost/ghost/admin/app/controllers/settings/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
..
change-theme.js Added navigation back to design settings index after activating uploaded theme 2021-10-19 19:43:36 +01:00
index.js Fixed linting error 2021-10-19 12:06:22 +01:00