mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:53:41 +08:00
98201ecc24
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.js | ||
admin-badge-preview.js | ||
admin-color-scheme-select-base.js | ||
admin-delete-user-posts-progress.js | ||
admin-edit-badge-groupings.js | ||
admin-incoming-email.js | ||
admin-install-theme.js | ||
admin-merge-users-confirmation.js | ||
admin-merge-users-progress.js | ||
admin-merge-users-prompt.js | ||
admin-reseed.js | ||
admin-silence-user.js | ||
admin-staff-action-log-details.js | ||
admin-start-backup.js | ||
admin-suspend-user.js | ||
admin-theme-change.js | ||
admin-uploaded-image-list.js | ||
admin-watched-word-test.js | ||
site-setting-default-categories.js |