-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Member Avatars & Avatar->Icon refactor #401
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overall design is pretty good. Im against making retrieving something related to the user from the avatar, when we can get the default avatar from the user itself with a property or a function as a defaultAvatar
. Icon
s shall represent an image and shall not depend on external data of another entity.
No description provided.