Open
Bug 2050746
Opened 2 months ago
Updated 7 days ago
Use moz-page-nav-button for remote/usb runtimes items in about:debugging
Categories
(DevTools :: about:debugging, task, P3)
DevTools
about:debugging
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 2 open bugs)
Details
In Bug 2048544, the left sidebar migrated to <moz-page-nav>, with <moz-page-nav-button> for the "main" navigation items (setup, this firefox and link to documentation)
But we're still using SidebarItem to render the usb/remote runtimes, and ultimately we should also use <moz-page-nav-button>
This requires some changes to the design:
- we probably can't keep the "Connect" button (it might be fine to not have it, and treat the click on the item as a connection if we weren't connected to the url/device yet
- should the "USB devices enabled" label stay in the same place ?
- same question for the "refresh devices" item
- what about error/warning message that we have when we fail to connect
| Reporter | ||
Updated•7 days ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•