Ghost/ghost/admin/app/controllers/settings/design
Kevin Ansfield 0d7c2f4790 🐛 Fixed theme installs from ghost.org/marketplace
no issue

The marketplace still uses the `/settings/theme/install` route but that was removed as part of the redesign for design settings.

- added `settings.design.change-theme.install` route that uses the newer theme install modal
  - requires backing controller for query param support despite no template being rendered
  - uses the `change-theme` controller's official theme list to fetch theme details based on query param `ref`
- added `settings.change-theme` route that lives on the old `/settings/theme/install` path and redirects to the new install route
- commented out the old theme settings routes ready for full cleanup/removal
2021-11-10 10:58:29 +00:00
..
change-theme 🐛 Fixed theme installs from ghost.org/marketplace 2021-11-10 10:58:29 +00:00
change-theme.js Updated design settings page 2021-11-05 16:16:21 +01:00
index.js Reset homepage/post and mobile/desktop selects when leaving design screen 2021-10-20 17:35:03 +01:00