-
Notifications
You must be signed in to change notification settings - Fork 212
Fix issue #287 #409
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 issue #287 #409
Conversation
@elfman Nope, we can do better. The problem with this default avatar in the tooltip is that the logic to show it is really goofy: it always tries to load the photo, and if it fails due to 404 error, then it updates the URL to the default avatar in the error handler.
|
@birdofpreyru Updated as your suggestion, except the theme of avatar. The default avatar theme is so small, I change it bigger |
@elfman Well, but do we really need the |
So, no need to modify avatar component then |
@birdofpreyru I have composed the URLs in line 36 of |
@elfman Hmm... I prefer to remove error handlers. If the page fails due to network error, broken avatar images is the least of the problems, as most probably it will also break everything else. So, no need for such complication of the code. |
@birdofpreyru Updated, please check. |
@birdofpreyru Currently on |
@elfman Btw, have you seen my last post in the challenge forum? I don't know what is your TC nickname to be able to pay for the Bug Hunt part of the challenge. |
@birdofpreyru sorry, my TC nickname is |
Fix issue #287