Ghost/ghost/admin/app/controllers/settings
Kevin Ansfield 595018098d Switched design screen from modals to standard routes
refs https://github.com/TryGhost/Team/issues/1130

- added `ui.contextualNavMenu` property that when set will switch the main nav menu between components, if it's not set then it will show the default "main" menu component
- added `design` menu sub-component of `gh-nav-menu` ready for use via `contextualNavMenu`
  - moved sidebar contents from the design modal into this component
- updated design route to set/reset `ui.contextualNavMenu` to `design` on entering/leaving the route
  - all other design routes are sub-routes so this works across all other design screens
- moved base design modal preview into the `settings/design/index` controller/template
  - using index means that it's the default screen for `/settings/design` but will be automatically replaced by any other `design.x` routes
- moved `design/advanced` modal content into the `settings.design.advanced` controller/template and removed the modal handling from the route
2021-10-11 15:24:46 +01:00
..
design Switched design screen from modals to standard routes 2021-10-11 15:24:46 +01:00
theme Fix the limit service when querying an empty config 2021-04-09 11:16:37 +02:00
code-injection.js 🐛 Fixed unable to exit code injection settings without save 2021-02-11 21:09:55 +05:30
design.js Dropped intermediate design screen and moved to full-overlay modal 2021-10-04 16:34:28 +01:00
general.js Removed empty init() calls 2021-03-29 10:32:03 +01:00
labs.js Added utils service with downloadFile() method 2021-10-05 14:21:19 +01:00
members-email.js Updated email previews to show full from email address 2021-06-11 16:42:27 +01:00
membership.js Added static UI for offers list 2021-10-04 13:55:17 +02:00
navigation.js Updated navigation (#1832) 2021-02-02 16:08:06 +00:00
product.js Removed unused members-payments route 2021-05-21 08:57:28 +01:00
products.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
theme.js Removed unused blogUrl CP from theme controller 2021-10-05 14:37:51 +01:00