[UX Follow] In the change provider dropdown add icons for each provider
Categories
(Core :: Machine Learning: Frontend, enhancement, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | affected |
People
(Reporter: epang, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [genai])
Attachments
(1 file)
|
129.71 KB,
image/png
|
Details |
Due to technical complexity we were not able to add in provider icons for 132.
Going forward we would like to add provider icons at the beginning of each list item. See UX specs here
Updated•1 year ago
|
Updated•1 year ago
|
Comment 1•1 year ago
|
||
current dropdown is a plain html <select>, and showing both checkmark and icon requires reworking to a different component. xul:menuitem can be [checked=true] although we ran into checkmarks disappering on windows bug 1922558 but might be fixed with type=radio or menuitem-iconic, but still does not show both check and icon. this then likely needs a custom component for showing the selected item as well as displaying the dropdown that might be reused for bug 1922377
Updated•1 year ago
|
Comment 2•1 year ago
|
||
we might want to reuse panel-list but would need to update it to show both checkmark and icon https://firefoxux.github.io/firefox-desktop-components/?path=/docs/ui-widgets-panel-list-readme--docs
otherwise previous comment 1 has some notes about xul:menuitem
Updated•4 months ago
|
Description
•