mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +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](
|
||
---|---|---|
.. | ||
_index.scss | ||
categories-admin-dropdown.scss | ||
category-chooser.scss | ||
category-drop.scss | ||
category-row.scss | ||
category-selector.scss | ||
color-palettes.scss | ||
combo-box.scss | ||
composer-actions.scss | ||
dropdown-select-box.scss | ||
email-group-user-chooser.scss | ||
future-date-input-selector.scss | ||
icon-picker.scss | ||
list-setting.scss | ||
mini-tag-chooser.scss | ||
multi-select.scss | ||
notifications-button.scss | ||
notifications-filter.scss | ||
period-chooser.scss | ||
pinned-button.scss | ||
select-kit.scss | ||
single-select.scss | ||
tag-chooser.scss | ||
tag-drop.scss | ||
toolbar-popup-menu-options.scss | ||
topic-notifications-button.scss | ||
user-notifications-dropdown.scss | ||
user-row.scss |