1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/gh-token-input
Kevin Ansfield e80fa137db Updated members routes/controllers with Octane idioms
no issue

- ran [`ember-native-class-codemod`](https://github.com/ember-codemods/ember-native-class-codemod) on members-related files
- updated files to remove need for `@classic` decorator where possible
    - switched to tracked properties
    - removed usage of `this.get/set/toggleProperty` etc
- swapped usage of `{{action 'foo'}}` for `{{this.foo}}`
2020-05-20 16:39:31 +01:00
..
label-token.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
label-token.js Added labels for Members (#1477) 2020-02-14 15:04:01 +05:30
select-multiple.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
select-multiple.js Co-located component template files 2020-05-18 13:14:08 +01:00
suggested-option.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
tag-token.hbs Co-located component template files 2020-05-18 13:14:08 +01:00
tag-token.js Update dependency eslint-plugin-ghost to v0.3.0 (#1247) 2019-06-24 16:33:21 +01:00
trigger.hbs Fixed delete button in token select inputs 2020-05-18 13:33:21 +01:00
trigger.js Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00