-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
P3A low priority issue.A low priority issue.contributor QoLContributor quality of life. Makes it easier to contribute to or work on White Noise.Contributor quality of life. Makes it easier to contribute to or work on White Noise.
Description
Context
- The
ContactAvatarwidget defined in chat folderlib/ui/chat/widgets/chat_contact_avatar.dartit is actually more like a shared component, that is is used in loots of places, not only in chat screens. - Also, it is not used only for contacts, but for groups and for the current account too, so I think that we should name it with a more generic name
- Also, there is a
ProfileAvatarwidget that it is only used once
Proposal 💡
- Rename
ContactAvatartoWnAvatarand move it from chat to core widgets - Check if
ProfileAvatarcan be removed and replaced byWnAvatar
Metadata
Metadata
Assignees
Labels
P3A low priority issue.A low priority issue.contributor QoLContributor quality of life. Makes it easier to contribute to or work on White Noise.Contributor quality of life. Makes it easier to contribute to or work on White Noise.
Type
Projects
Status
Done