This PR is the first step towards replacing our `{{user-selector}}` and eventually deprecating and removing it from our codebase. Some of `{{user-selector}}` problems are:
1. It's called `{{user-selector}}`, but in reality in can also select groups and emails.
2. It's an Ember component, yet it doesn't have a handlebars template and uses jQuery to render itself and modify the DOM. An example of this problem is when you want to clear the selected users programmatically, see [this](
|
||
|---|---|---|
| .. | ||
| admin-add-upload.hbs | ||
| admin-api-key-urls.hbs | ||
| admin-badge-preview.hbs | ||
| admin-color-scheme-select-base.hbs | ||
| admin-delete-user-posts-progress.hbs | ||
| admin-edit-badge-groupings.hbs | ||
| admin-incoming-email.hbs | ||
| admin-install-theme.hbs | ||
| admin-merge-users-confirmation.hbs | ||
| admin-merge-users-progress.hbs | ||
| admin-merge-users-prompt.hbs | ||
| admin-reseed.hbs | ||
| admin-silence-user.hbs | ||
| admin-staff-action-log-details.hbs | ||
| admin-start-backup.hbs | ||
| admin-suspend-user.hbs | ||
| admin-theme-change.hbs | ||
| admin-theme-item.hbs | ||
| admin-uploaded-image-list.hbs | ||
| admin-watched-word-test.hbs | ||
| site-setting-default-categories.hbs | ||