Ghost/ghost/admin/app/components/modals
Kevin Ansfield d0f6dd7fef Refactored custom integration creation and limits modals
refs https://github.com/TryGhost/Team/issues/559

- switched to new ember-promise-modals pattern
- removed controller and template in favor of opening modals directly from the route
- removed unused `mousedown` event handlers - they are only necessary when an input blur would trigger validation errors
- fixed Enter key not triggering create action by adding an `{{on-key "Enter"}}` event handler to the name input
- fixed scroll not resetting to top of integrations screens when navigating between them by adding `{{scroll-top}}` element modifier to the main content sections
2022-01-13 13:16:13 +00:00
..
design 🐛 Fixed Casper not being installable from themes list 2021-11-17 22:49:00 +00:00
editor Refactored leave-editor confirmation modal 2022-01-12 10:18:25 +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
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