Ghost/ghost/admin/app/components/modals
Kevin Ansfield dab672c7b8 Wired up custom theme settings form to preview updates
refs https://github.com/TryGhost/Team/issues/1097

- added `customThemeSettings.keyValueObject` which returns a plain object with setting values assign to the setting keys on the object
- updated customize modal's preview data generation to use `customThemeSettings.keyValueObject` to assign a JSON-stringified version to the `custom` param on the `x-ghost-preview` header
- updated theme settings `<Select>` component to call the passed through `updatePreview()` action when the value changes
2021-09-30 13:30:06 +01:00
..
design Wired up custom theme settings form to preview updates 2021-09-30 13:30:06 +01:00
membership Refined offers modal to include tier-cadence dropdown 2021-09-30 14:23:32 +05:30
post-preview Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
confirm-unsaved-changes.hbs Fixed customize design route-based modal handling + added unsaved change confirmation 2021-09-16 20:26:57 +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