discourse/app/assets/javascripts/admin/addon/templates/modal
Osama Sayegh 98201ecc24
DEV: {{user-selector}} replacement (#11726)
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](6c155dba77/app/assets/javascripts/discourse/app/components/user-selector.js (L179-L185)).
3. We now have select kit which does very similar things but a lot better.

This PR introduces `{{email-group-user-chooser}}` which is meant to replace `{{user-selector}}`. It extends select kit and has the same features that `{{user-selector}}` has. `{{user-selector}}` is still used in a few places in core, but they'll all be replaced with the new component in a separate commit. 

Once `{{user-selector}}` is not used anywhere in core, it'll be deprecated and then removed after the 2.7 release.
2021-02-01 13:07:11 +03:00
..
admin-add-upload.hbs
admin-api-key-urls.hbs
admin-badge-preview.hbs
admin-color-scheme-select-base.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
admin-delete-user-posts-progress.hbs FIX: remove rendering UX from ember models (#11724) 2021-01-20 16:04:21 +11:00
admin-edit-badge-groupings.hbs
admin-incoming-email.hbs
admin-install-theme.hbs FEATURE: Warn admins when installing a theme that's already installed (#11651) 2021-01-07 21:03:35 +03:00
admin-merge-users-confirmation.hbs
admin-merge-users-progress.hbs FIX: remove rendering UX from ember models (#11724) 2021-01-20 16:04:21 +11:00
admin-merge-users-prompt.hbs DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
admin-reseed.hbs
admin-silence-user.hbs FIX: Show error message if user is already silenced or suspended (#10988) 2020-11-03 17:38:56 +02:00
admin-staff-action-log-details.hbs
admin-start-backup.hbs
admin-suspend-user.hbs FIX: Show error message if user is already silenced or suspended (#10988) 2020-11-03 17:38:56 +02:00
admin-theme-change.hbs
admin-theme-item.hbs
admin-uploaded-image-list.hbs
admin-watched-word-test.hbs
site-setting-default-categories.hbs