-
Notifications
You must be signed in to change notification settings - Fork 43
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
avatar component for user profile #118
base: main
Are you sure you want to change the base?
avatar component for user profile #118
Conversation
@FrankiePower is attempting to deploy a commit to the CofiBlocks Team on Vercel. A member of the Team first needs to authorize it. |
@evgongora hello chief. i sent you a dm on telegram. i need some help setting up my dev environment, so i can test some changes and finish this PR |
…-profile_with_avatar
Hey @FrankiePower how's this going? |
also do you like it? |
…-profile_with_avatar
… dicebear library
@brolag @evgongora @Ranulfo17 @muguika @rvalenciano can someone please go over this PR? |
Pull Request: Replace Blockies with DiceBear Avatar Generation
Context
The current implementation uses Blockies for generating user avatars from Ethereum addresses. This PR replaces it with DiceBear, a more modern and customizable avatar generation library, while maintaining all existing functionality and adding proper fallback mechanisms.
Changes
New Avatar Component:
Avatar
component using DiceBearPageHeader Updates:
Requirements
Avatar Generation:
Integration:
Acceptance Criteria
Avatar Display:
Performance:
Related Files
components/Avatar.tsx
:components/PageHeader.tsx
:Checklist