Create in-app-notification custom element
Categories
(Thunderbird :: General, task)
Tracking
(thunderbird_esr128 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr128 | --- | fixed |
People
(Reporter: arschmitz, Assigned: arschmitz)
References
Details
Attachments
(2 files)
Create an in-app-notification custom element.
Requirements:
- Take in a notification object and translate the data to attributes on the custom element container.
- Emit events for cta click and close to be consumed by manager
- Add tests for showing notification container and emitting events
- add page to story book
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/7864e58bc831
Create in-app-notification component. r=freaktechnik
Comment 4•1 year ago
|
||
browser_inAppNotificationCloseButton.js has an intermittent failure on opt builds and a permanent failure on debug builds. I suspect they're related, given the nature of that assertion failure in the debug logs.
I'm going to leave this patch in the tree for now, but if you think it'll take longer than a day to fix, please get a sheriff to back it out.
(Setting the needinfo flag for visibility, I don't actually need any info.)
| Assignee | ||
Comment 5•1 year ago
|
||
Comment 6•1 year ago
|
||
Let's get this landed to clear up the tree a little.
Comment 7•1 year ago
|
||
Might also have to reopen for sheriffs to notice.
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/1848f5dfc369
Updated connection of l10n root and fix timeout in test. r=darktrojan
| Assignee | ||
Updated•1 year ago
|
Description
•