-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Fix leaderboard UI with fallback avatars #3814
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨ |
Hey @DonnieBLT, I think this PR is ready for merge as all the checks have passed. Let me know if anything else is needed! |
User description
alt
text and preventing layout disruptions.Fixes: #3812
PR Type
Bug fix, Enhancement
Description
Added fallback avatars for broken profile images.
Prevented layout disruptions caused by long
alt
text.Enhanced leaderboard UI with default avatar handling.
Improved image error handling with
onerror
attribute.Changes walkthrough 📝
leaderboard_global.html
Added fallback avatars and improved image error handling
website/templates/leaderboard_global.html
onerror
attribute to load default avatars.