discourse/app/assets/stylesheets/common/select-kit
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
..
_index.scss DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
categories-admin-dropdown.scss s/select-box-kit/select-kit 2018-02-05 18:25:39 +01:00
category-chooser.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
category-drop.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
category-row.scss Revert "UX: Prevent categories from overflowing select-kit" 2020-09-26 22:14:52 +02:00
category-selector.scss FEATURE: Add 'all subcategories' option in category-selector (#11099) 2020-11-23 10:55:32 +02:00
color-palettes.scss UX: Tweaks to admin color palette dropdown (#10502) 2020-08-21 09:30:11 -04:00
combo-box.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
composer-actions.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
dropdown-select-box.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
email-group-user-chooser.scss DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
future-date-input-selector.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
icon-picker.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
list-setting.scss s/select-box-kit/select-kit 2018-02-05 18:25:39 +01:00
mini-tag-chooser.scss UX: Use uniform style for tag counts (#11743) 2021-01-18 15:11:23 -05:00
multi-select.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
notifications-button.scss UI: various select-kit dropdown tweaks/cleaning (#9922) 2020-05-29 11:11:28 +02:00
notifications-filter.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
period-chooser.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
pinned-button.scss Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
select-kit.scss UX: Use uniform style for tag counts (#11743) 2021-01-18 15:11:23 -05:00
single-select.scss FIX: disabled option for sk was not working correctly (#10900) 2020-10-13 11:31:07 +02:00
tag-chooser.scss UX: Use uniform style for tag counts (#11743) 2021-01-18 15:11:23 -05:00
tag-drop.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
toolbar-popup-menu-options.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
topic-notifications-button.scss DEV: Apply unselectable style consistently 2020-09-21 13:32:46 +02:00
user-notifications-dropdown.scss FEATURE: Introducing new UI for changing User's notification levels (#7248) 2019-03-27 09:41:50 +00:00
user-row.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00