Ghost/ghost/admin/tests/unit
Kevin Ansfield 0106a21e3c New tags input, drop selectize & jquery-ui deps (#892)
closes https://github.com/TryGhost/Ghost/issues/6458
- swap `ember-sortable` for `ember-drag-drop` in navigation UI
- extract PSM tag input into new `{{gh-psm-tags-input}}`
- add new `{{gh-token-input}}` that wraps `ember-power-select` and `ember-drag-drop` to replicate the previous selectize based tags input
- enhance `{{gh-psm-tags-input}}` behaviour to highlight selected primary tag and show "primary/internal" in selected tag titles
- 🔥 remove `selectize`
- 🔥 remove `jquery-ui`
- 🔥 remove unused `{{gh-navigation}}` component
2017-10-31 09:10:49 +00:00
..
components New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
controllers New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
helpers Upgrade eslint dependencies (#855) 2017-09-11 14:56:11 +07:00
mixins Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
models Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
routes
serializers Match client-side password validation to new server-side rules (#899) 2017-10-26 11:02:17 +01:00
services 🎨 Enabled Unsplash integration by default (#862) 2017-09-20 12:19:48 +02:00
transforms Fixed missing Unsplash icons when API doesn't return an unsplash setting (#865) 2017-09-21 11:13:31 +02:00
utils
validators Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
.gitkeep