Ghost/ghost/admin/app/controllers
Kevin Ansfield 6dabb84e0a 🐛 fix sticky dropdown links (#621)
closes https://github.com/TryGhost/Ghost/issues/8269

- swaps the usage of our custom `gh-dropdown` component in the user menu dropdown for the `ember-wormhole` based `ember-basic-dropdown` that is used elsewhere in the app and will fully replace `gh-dropdown` in the future
- adds `gh-basic-dropdown` component that extends from `ember-basic-dropdown` and hooks into our `dropdown` service so that we can programatically close dropdowns from disparate areas of the app
- modifies the `body-event-listener` mixin to pass the click event through to it's consumers
- modifies the `bodyClick` handler in the `dropdown` service to check if the click actually originated from an ember-basic-dropdown element - this body click handler will go away once we've fully switched to `gh-basic-dropdown`
- adds `ember-native-dom-helpers` to provide consistency between acceptance and integration tests (this is the start of another refactor, eventually this addon will disappear as part of ember's [grand testing unification project](https://github.com/rwjblue/rfcs/blob/42/text/0000-grand-testing-unification.md))
2017-04-05 15:26:01 +01:00
..
editor convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
settings 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
setup 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
team suspend user feature 2017-03-13 13:00:48 +01:00
about.js more shimming of controllers (#110) 2016-07-06 20:47:30 +01:00
application.js 🐛 fix sticky dropdown links (#621) 2017-04-05 15:26:01 +01:00
error.js more shimming of controllers (#110) 2016-07-06 20:47:30 +01:00
posts-loading.js add "sort by" dropdown to content screen filters (#565) 2017-03-07 10:36:28 -07:00
posts.js add "sort by" dropdown to content screen filters (#565) 2017-03-07 10:36:28 -07:00
reset.js refactor reset password screen to use ember-concurrency (#502) 2017-01-25 07:00:58 -06:00
setup.js more shimming of controllers (#110) 2016-07-06 20:47:30 +01:00
signin.js 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
signup.js deps: ember@2.8.2 2016-10-07 17:32:30 +01:00
subscribers.js Style updates to new app frame for all other screens 2017-02-17 10:14:16 +00:00