discourse/app/assets/javascripts/admin/addon/controllers
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
..
modals DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
admin-api-keys-index.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-api-keys-new.js DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
admin-api-keys-show.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-api-keys.js
admin-backups-index.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-backups-logs.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-backups.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-badges-award.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-badges-show.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
admin-badges.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-colors-show.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-colors.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-email-style-edit.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-email-templates-edit.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-email-templates.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-robots-txt.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-themes-edit.js FEATURE: Adds back button to theme editor (#11416) 2020-12-08 10:54:44 +11:00
admin-customize-themes-show.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-customize-themes.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-dashboard-general.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-dashboard-moderation.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-dashboard-reports.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-dashboard.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-email-advanced-test.js
admin-email-bounced.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-email-index.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-email-logs.js
admin-email-preview-digest.js DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
admin-email-received.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-email-rejected.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-email-sent.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-email-skipped.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-embedding.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-emojis.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-logs-screened-emails.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-logs-screened-ip-addresses.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-logs-screened-urls.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-logs-staff-action-logs.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-permalinks.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-plugins.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-reports-show.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-search-logs-index.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-search-logs-term.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-site-settings-category.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-site-settings.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-site-text-edit.js UX: Text customization for different languages. (#11729) 2021-01-18 14:53:45 -03:00
admin-site-text-index.js FIX: Show the fallback locale warning when both settings are enabled. (#11787) 2021-01-21 13:09:32 -03:00
admin-user-badges.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-user-fields.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00
admin-user-index.js FIX: Restore user summary's delete button behavior. (#11844) 2021-01-26 13:10:46 -03:00
admin-user.js
admin-users-list-show.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-watched-words-action.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-watched-words.js Revert "Revert "DEV: Wrap Ember.run.debounce. (#11352)"" (#11509) 2020-12-18 10:18:52 -03:00
admin-web-hooks-show-events.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-web-hooks-show.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin-web-hooks.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
admin.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00