-
Notifications
You must be signed in to change notification settings - Fork 0
Implement queue selection controls. #14
Comments
Programatic support for this has been added. The API can now receive multiple and return multiple queues like
[
{
"name": "ce",
"length": 48,
"items": []
},
{
"name": "me",
"length": 67,
"items": []
}
] Support for destructuring the new data structure has been partially implemented. However, the URL structure will need to be reconsidered to allow both for multiple queues to be activated and single items to be loaded. |
This can be implemented using the checkbox example of Autocomplete from MUI. The behavior should be modified to that the top search result is highlights automatically and selectable via the keyboard. After a selection, focus should shift back to the text box to allow for another selection. |
This was implemented here. While functional, there are some things that need improved:
|
Next Steps:Look
Behavior
Related
|
The |
Dropdown sizing during state change and endAdornment prop replacement still need to be addressed but all other todos have been completed. Merging this into staging and making it available for testing. |
Several improvements were made to the look and performance of the QueueSelector this week: Look
Behavior
|
This PR was accepted changing the As part of this conversation, I was asked to comment on the MUI v5 RFC re: component overriding here. Need to check with leads about whether I can spend time on this kind of thing. |
Currently there is no way to select one or more queues in the UI. This needs to be implemented.
I imagine this interface to look and work similar to how Gmail allows the To field of an email to be populated using a combined search bar and Material UI chips.
Example:

The interaction is demonstrated in this video.
The text was updated successfully, but these errors were encountered: