feat: Add CheckOption on Omnichannel's departments multi selects#32193
feat: Add CheckOption on Omnichannel's departments multi selects#32193kodiakhq[bot] merged 10 commits intodevelopfrom
CheckOption on Omnichannel's departments multi selects#32193Conversation
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 1a26e4b The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32193 +/- ##
===========================================
+ Coverage 55.55% 55.82% +0.26%
===========================================
Files 2401 2407 +6
Lines 52852 52969 +117
Branches 10853 10879 +26
===========================================
+ Hits 29363 29569 +206
+ Misses 20889 20795 -94
- Partials 2600 2605 +5
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
what is a |
|
To avoid having a big PR because of the tests, talking with Marcos Defendi we agreed to have a new task with a different PR only for the tests for the sections that were modified here and don't have any e2e test. CORE-276 |
Need to check if the PR introduces a flaky test
…ub.com/RocketChat/Rocket.Chat into fix/SUP-400-UX-multiselect-departments
ac28957
CheckOption on Omnichannel's departments multi selects
40ef9e0 to
67437fc
Compare
f5e245e to
d2a3627
Compare
…tiselect-departments
d2a3627 to
a34a5ff
Compare

Change the Option component in favor of CheckOption component to improve the UX to the end user and allow them to see already selected elements when using MultiSelects avoiding confusion when there are multiple items.
Proposed changes (including videos or screenshots)
Before:

After:

Issue(s)
https://rocketchat.atlassian.net/browse/SUP-400
Steps to test or reproduce
Further comments