Ghost/ghost/admin/app/models
Kevin Ansfield 524b23c182
Migrated staff user screen to Ember Octane patterns (#15532)
refs https://github.com/TryGhost/Ghost/issues/14101

- migrated staff user controller to native class syntax
- removed use of `{{action}}` helper
- moved from custom components to native `<input>` and `<textarea>` for form fields
  - added `{{select-on-click}}` modifier to cover the `<GhTextingInput @selectOnClick>` option behaviour for any input element
- added `submitForm()` test helper that finds closest `form` element and trigger's a `submit` event on it simulating <kbd>Enter</kbd> being pressed whilst a field has focus
2022-10-05 12:05:31 +01:00
..
action.js
api-key.js
base.js
custom-theme-setting-list.js
custom-theme-setting.js
email.js Added email track clicks column and cleaned up frontend checks (#15501) 2022-09-29 16:42:45 +02:00
integration.js
invite.js
label.js
member-subscription.js
member-tier.js
member.js
navigation-item.js
newsletter.js
notification.js
offer.js
page.js
post.js Added email track clicks column and cleaned up frontend checks (#15501) 2022-09-29 16:42:45 +02:00
role.js
setting.js Removed attribution sources from UI if site is invite-only 2022-09-28 17:26:38 +05:30
snippet.js
tag.js
theme.js
tier-benefit-item.js
tier.js
user.js Migrated staff user screen to Ember Octane patterns (#15532) 2022-10-05 12:05:31 +01:00
webhook.js