discourse/plugins/discourse-calendar/spec
Kelv 0fa102b838
Some checks are pending
Licenses / run (push) Waiting to run
Linting / run (push) Waiting to run
Publish Assets / publish-assets (push) Waiting to run
Tests / core backend (push) Waiting to run
Tests / plugins backend (push) Waiting to run
Tests / core frontend (Chrome) (push) Waiting to run
Tests / plugins frontend (push) Waiting to run
Tests / themes frontend (push) Waiting to run
Tests / core system (push) Waiting to run
Tests / plugins system (push) Waiting to run
Tests / themes system (push) Waiting to run
Tests / core frontend (Firefox ESR) (push) Waiting to run
Tests / core frontend (Firefox Evergreen) (push) Waiting to run
Tests / chat system (push) Waiting to run
Tests / merge (push) Blocked by required conditions
UX: overhaul of GroupSelector with Floatkit (#34685)
This PR modernizes the GroupSelector component by migrating from the
legacy jQuery autocomplete to FloatKit’s DMultiSelect component.

### Changes
* Migrated GroupSelector from an Ember Classic component to Glimmer
component
* Replaced jQuery-based autocomplete with FloatKit’s DMultiSelect
component which handles search
* New scroll-into-view modifier for smooth keyboard navigation (can be
used later to replace d-autocomplete's similar functionality)
* Improved FloatKit's `size` middleware option handling to allow passing
through both minWidth and width props
* Selected items are dynamically removed from dropdown options (no
duplicates)
2025-09-18 15:33:52 +08:00
..
fabricators FEATURE: introduce max attendees for events (#34313) 2025-09-01 22:56:19 +02:00
integration FIX: compute correct date with local time (#34623) 2025-09-01 11:46:34 +02:00
jobs FIX: removes support for include_expired param (#34582) 2025-08-28 14:37:45 +02:00
lib FEATURE: allow picking first day of week in calendar (#34670) 2025-09-02 12:44:50 +02:00
models FIX: ensures event serializer has tags info (#34801) 2025-09-15 07:51:42 +02:00
requests FEATURE: introduce max attendees for events (#34313) 2025-09-01 22:56:19 +02:00
serializers CHORE: Import holiday definition updates. (#34835) 2025-09-17 16:07:06 +10:00
services DEV: Remove unnecessary rails_helper requires (#33812) 2025-07-24 13:50:04 +02:00
system UX: overhaul of GroupSelector with Floatkit (#34685) 2025-09-18 15:33:52 +08:00