discourse/app/assets/stylesheets/common/admin
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_base.scss UX: Text customization for different languages. (#11729) 2021-01-18 14:53:45 -03:00
admin_emojis.scss UX: better customize emoji layout on mobile (#9319) 2020-03-31 08:55:47 +02:00
admin_intro.scss UX: Mobile editor style fixes (#7878) 2019-07-11 09:57:53 -04:00
admin_report_chart.scss FIX: reduces charts height (#10327) 2020-07-28 18:42:14 +02:00
admin_report_counters.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
admin_report_inline_table.scss FEATURE: part 2 of dashboard improvements 2018-07-19 14:33:11 -04:00
admin_report_stacked_chart.scss FIX: better handling of resizing in stacked charts (#6921) 2019-01-22 11:20:50 +01:00
admin_report_table.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
admin_report.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
admin_reports.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
api.scss DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
backups.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
badges.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
customize-install-theme.scss FEATURE: Warn admins when installing a theme that's already installed (#11651) 2021-01-07 21:03:35 +03:00
customize.scss FIX: Always show overriden colors filter (#11755) 2021-01-20 10:40:05 +02:00
dashboard.scss FEATURE: Add new features section in admin dashboard (#11731) 2021-01-22 10:09:02 -05:00
emails.scss UX: handle large email addresses on email skipped and bounced tabs (#11259) 2020-11-17 18:01:40 +05:30
plugins.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
settings.scss UX: Only link the icon for site setting history (#11265) 2020-11-17 15:59:55 +00:00
staff_logs.scss FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
suspend.scss UX: add stock suspension reasons to suspend dialog. (#10990) 2020-11-11 01:01:28 +05:30
users.scss UX: makes sk components full width on users admin page (#11413) 2020-12-08 11:18:02 +11:00