contact-avatar.mjs |
Create a circular avatar representing the initial letter of the user or
showing an image in case we're able to fetch a picture associated with the
provided email address.
This custom element accepts both an nsIABCard and a string depending if
we're trying to generate an avatar for existing contacts or a new recipient
currently not saved in our address book.
@tagname contact-avatar
|
3489 |
thread-card-tags.mjs |
Visual representation of message tags up to 3 images, followed by a visual
counter of all other tags.
@tagname thread-card-tags
@attribute {string} tags - The list of tags to visualize as images.
|
3484 |
thread-card.mjs |
The tr element row of the TreeView table for the cards view layout.
NOTE: The main child is a clone of the `#threadPaneCardTemplate` template.
@tagname thread-row
@augments {TreeViewTableRow}
|
5032 |
thread-row.mjs |
The tr element row of the TreeView table.
NOTE: The main child is a clone of the `#threadPaneRowTemplate` template.
@tagname thread-row
@augments {TreeViewTableRow}
|
9972 |