Open
Bug 1837921
Opened 3 years ago
Updated 8 months ago
Write helper function to place badges in right order in markup view
Categories
(DevTools :: Inspector, task, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
Details
At the moment, each individual method responsible for displaying a specific badge holds some kind of logic to place the badge in the right place relatively to the other badges, so we always have the following order: [event][display][overflow][container][custom]
As it's a bit hard to handle this logic in multiple places, we should have one helper function managing this so we know we're consistent.
Updated•8 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•