Open
Bug 2052767
Opened 2 months ago
Updated 2 months ago
Turn account hub protocol select card into a web component
Categories
(Thunderbird :: Account Manager, task)
Thunderbird
Account Manager
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: arschmitz, Assigned: arschmitz)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 months ago
|
||
As a thunderbird front end developer i would like to keep out code base as DRY as possible and remove duplicated markup by using web components where possible. The new account hub protocol select widget is used 3 times duplicating the markup so it should be converted into a web component
Acceptance Criteria:
- A new web component is created account-hub-protocol-select
- The new component is used in the account hub protocol select subview
- Tests are added for the new component
- Old related code is cleaned up and removed
| Assignee | ||
Comment 2•2 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•