Ghost-Admin/app/templates
Kevin Ansfield 38b138d759 Use token input to allow selection of multiple authors in PSM
requires https://github.com/TryGhost/Ghost/pull/9426
- fixed default token component display in {{gh-token-input}}
    - if no `tokenComponent` is passed to `{{gh-token-input}}` then it should default to the ember-drag-drop `draggable-object` component but instead it didn't output anything
    - put `draggable-object` in quotes because `{{component}}` needs a component name rather than an object
    - rename `option` attribute to `content` to match the default `{{draggable-object}}` interface
- add embedded `authors` attr to the Post model
    - ensure authors is populated when starting new post
    - add validation for empty authors list
- swap author dropdown for a token input in PSM
- show all post authors in posts list
- update tests for `authors`
  - always provide through an authors array
  - fix mirage serialisation for paginated responses (embedded records were not being serialised)
- unify tags and author inputs design
  - remove highlight of primary tags
  - highlight internal tags
  - remove unnecessary/redundant title attributes on tags
  - use SVG icon for "remove option" button in token inputs
2018-03-27 18:50:52 +01:00
..
components Use token input to allow selection of multiple authors in PSM 2018-03-27 18:50:52 +01:00
editor Refactor new->edit transition to avoid editor re-renders (#949) 2018-01-17 13:27:37 +00:00
settings Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
setup Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
subscribers ESLint: Alias model in controllers 2018-01-12 12:17:56 +00:00
team Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
-contributors.hbs 🐛 fix broken assets (#616) 2017-04-05 14:08:15 +01:00
about.hbs Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
application-error.hbs Handle errors thrown during app boot 2018-01-12 16:11:46 +00:00
application.hbs 🐛 Fixed blog icon not shown in nav (#918) 2017-11-30 20:12:01 +07:00
editor.hbs Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
error.hbs 🐛 fix broken assets (#616) 2017-04-05 14:08:15 +01:00
posts-loading.hbs Contributor Role (#948) 2018-02-07 10:42:46 +01:00
posts.hbs Contributor Role (#948) 2018-02-07 10:42:46 +01:00
publishbutton.html Remove wishlist links (#850) 2017-09-07 09:05:02 +02:00
reset.hbs Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
setup.hbs Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
signin.hbs Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
signup.hbs Swap out ember-inline-svg for ember-svg-jar (#970) 2018-03-19 09:57:31 +00:00
subscribers.hbs Subscribers export button :hover should be blue (#744) 2017-06-15 12:43:00 +01:00