-
Notifications
You must be signed in to change notification settings - Fork 353
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
Displayed the name of contributor on hovering #1152
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.
Hey @NidhiTornekar, Welcome to the project Beautiify! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨
✅ Deploy Preview for beautiify ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Please fetch and display the full name instead of the GitHub username. If the full name is not available on the profile, display the username instead @NidhiTornekar |
It is not working properly for all the profiles, check the deploy preview @NidhiTornekar |
Any update on this @NidhiTornekar |
It is exceeding the github rate limit of 60 requests per hour...Hence am unable to fetch for all the contributors |
Yes, so in this case we can use Google app Script API that has no limit @NidhiTornekar |
Fixes Issue🛠️
Closes #1102
Description👨💻
Modified contributor.js and contributor.css to fetch contributor's GitHub username and display it on hovering above the contributor's image in the "Contributors" page.
Type of Change📄
Checklist✅
Screenshots/GIF📷