Ghost/ghost/admin/app/controllers/settings/staff
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
..
index.js Removed use of ember-route-action-helper 2022-08-30 16:44:50 +01:00
user-loading.js Updated Author user profile page and sidebar 2022-01-26 14:49:55 +00:00
user.js Migrated staff user screen to Ember Octane patterns (#15532) 2022-10-05 12:05:31 +01:00