mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +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_base.scss | ||
admin_emojis.scss | ||
admin_intro.scss | ||
admin_report_chart.scss | ||
admin_report_counters.scss | ||
admin_report_inline_table.scss | ||
admin_report_stacked_chart.scss | ||
admin_report_table.scss | ||
admin_report.scss | ||
admin_reports.scss | ||
api.scss | ||
backups.scss | ||
badges.scss | ||
customize-install-theme.scss | ||
customize.scss | ||
dashboard.scss | ||
emails.scss | ||
plugins.scss | ||
settings.scss | ||
staff_logs.scss | ||
suspend.scss | ||
users.scss |