Ghost/ghost/admin/app/components/modals
Kevin Ansfield 21f2a58a8a Refactored post email preview modal
refs https://github.com/TryGhost/Team/issues/559
refs https://github.com/TryGhost/Team/issues/1277

- switched modal implementation to the newer promise-modal style
- added `<GhEmailPreviewLink>` component that renders a link that when clicked opens the modal
  - removes the need for templates/controllers to manually handle modal opening/closing and to pass actions down from parents
  - updated all places we were triggering an email preview modal to use `<GhEmailPreviewLink>`
2022-01-25 13:17:05 +00:00
..
design 🐛 Fixed Casper not being installable from themes list 2021-11-17 22:49:00 +00:00
editor Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
limits Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
offers Renamed offer modals 2022-01-11 17:45:10 +00:00
post-preview Allowed popups from email preview to escape sandbox (#2168) 2021-12-06 18:48:04 +02:00
confirm-unsaved-changes.hbs Fixed close button in confirm modal causing navigation 2021-09-30 16:26:20 +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 Fixed "Attempted to handle event deleteRecord on <page:x> .." error 2021-11-16 17:59:59 +00:00
email-preview.hbs Refactored post email preview modal 2022-01-25 13:17:05 +00:00
email-preview.js Refactored post email preview modal 2022-01-25 13:17:05 +00:00
new-custom-integration.hbs Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
new-custom-integration.js Refactored custom integration creation and limits modals 2022-01-13 13:16:13 +00:00
post-preview.hbs 🐛 Fixed preview modal showing outdated content if opened before autosave is triggered 2021-11-10 08:55:34 +00:00
post-preview.js 🐛 Fixed preview modal showing outdated content if opened before autosave is triggered 2021-11-10 08:55:34 +00:00
search.hbs Refactored search modal 2022-01-11 17:59:48 +00:00
search.js Refactored search modal 2022-01-11 17:59:48 +00:00