-
Notifications
You must be signed in to change notification settings - Fork 29
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
Dynamic sync for contributors page #33
Conversation
Hope that you have followed the contribution guidelines :-) (Powered by GitMate.io) |
All Submissions:
New Feature Submissions:
Changes to Core Features:
|
@harry-hov Can you add the info about the number of commits the user has made .. And the no.of reviews made.Remove the number of repos and following and replace them with the above. |
Also let us know if the files under |
It cant do this without Github API keys. |
Ok so should we go for it ? It would be better i guess |
Yeah. so I can start working on another UI enhancements. |
You can leave out the api fields blank |
Once merged..ill get them ready..do add a dummy text where these keys will go into |
you mean sample for using api tokens ?
|
Yes |
I need time for reading Github API Documentation. |
Will merge this for now |
Open a separate issue for the remaining....squash your commits to get things ready |
done, you can merge changes now |
What about these? Are these required to be committed?
|
nope. they are just cache files |
let me remove those cache files and resolve conflict. |
<p>@{login}</p> | ||
<ul class="status"> | ||
<li><a href="https://github.com/{login}?tab=repositories"><strong>{public_repos}</strong>Repos</a></li> | ||
<li><a href="https://gist.github.com/{login}/following"><strong>{following}</strong>Following</a></li> |
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.
Correct the link for the following
please take a look. @monsij |
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.
"@gitmate-bot rebase" |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Automated rebase with GitMate.io was successful! 🎉 |
ack |
This is the last time @harry-hov that i'm merging from your master branch of fork. Please take a note of it from next time. 😅 |
What i did ?
1. Contributors page is now in sync with Github and show realtime data(Followers, Following, etc).
2. No more need to store profile pics locally. Now we can save some space.
3. Added few animations.
4. Now its simple to add Contributors in "Contributors page". Type one line and you are done.
<div class="github-card" data-github="git_username" data-theme="medium"></div>