Closed
Bug 1845148
Opened 2 years ago
Closed 2 years ago
Use moz-message-bar for global warnings in about:addons
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: hjones, Assigned: annhermy)
References
Details
(Whiteboard: [recomp])
Attachments
(2 files)
We have a global-warnings element in about:addons that extends message-bar-stack
to display messages that are about all addons, not scoped to one specific addon. The HTML code for this element can be found here. The JS code that adds new messages currently creates message-bar
elements - now that moz-message-bar
is available we should use that instead.
Reporter | ||
Updated•2 years ago
|
Whiteboard: [fidefe-reusable-components]
Updated•2 years ago
|
Updated•2 years ago
|
Assignee: nobody → annhermy
Status: NEW → ASSIGNED
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/18a1745492b0
Use moz-message-bar for global warnings in about:addons. r=hjones,fluent-reviewers,extension-reviewers,flod,rpl
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Updated•2 years ago
|
Whiteboard: [fidefe-reusable-components] → [recomp]
You need to log in
before you can comment on or make changes to this bug.
Description
•