Ghost/ghost/admin/app/services
Kevin Ansfield 5ce67c7892 Initial ember-promise-modals implementation
refs https://github.com/TryGhost/Team/issues/559

We want to get rid of our existing modals implementation because it doesn't play well with Glimmer compoments and the animation library it uses is now unmaintained and blocking our Ember.js upgrades.

- installed addon using customised fork
  - fork allows passthrough of `allowOutsideClick` to `focus-trap` so we can allow clicks on dropdowns and other wormholed content inside of a modal
- extended the `modals` service locally so we can customise click-outside-to-close behaviour and tie in with our `dropdowns` service
- set up styles in `modals-new.css`, mostly copied from `modals.css` with a few specific overrides
  - once all modals are converted we can drop the old `modals.css` and rename `modals-new.css`
2021-09-13 13:01:12 +01:00
..
ajax.js
billing.js Avoided reloading billing iframe 2021-09-10 15:26:42 +01:00
clock.js
config.js Added pre-filled options to email-cta card's button url input 2021-08-20 14:33:30 +01:00
custom-views.js
dropdown.js
event-bus.js
feature.js Added new Tiers feature to Beta features section 2021-09-09 17:08:33 +05:30
ghost-paths.js
lazy-loader.js
limit.js
media-queries.js
media.js
member-import-validator.js
members-count-cache.js
members-stats.js 🐛 Fixed incorrect MRR value on dashboard 2021-08-09 17:47:09 +05:30
members-utils.js
modals.js Initial ember-promise-modals implementation 2021-09-13 13:01:12 +01:00
navigation.js
notifications.js
resize-detector.js
session.js 🎨 Added ability to upload a feature image by drag and dropping an image file 2021-08-31 14:21:25 +01:00
settings.js
slug-generator.js
ui.js 🎨 Added ability to upload a feature image by drag and dropping an image file 2021-08-31 14:21:25 +01:00
unsplash.js
upgrade-status.js
whats-new.js