-
Notifications
You must be signed in to change notification settings - Fork 110
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
💄 Add global information #35
💄 Add global information #35
Conversation
The number of members and repositories are now displayed alongside a landing page #4
Nice design ! 👍 |
Thank you ! It's far from what the final product will be, I just threw it together to avoid having something empty for now. We'll need to agree on a final design eventually but until then the MVP will probably stay simple. |
Made the display nicer, added countup.js to animate our stats #4
Is this still work in progress @christopherkade 😄 ? |
It is since we are missing the number of PRs done by our members (#4). It would involve updating the Github Insights project first and then updating the current view. |
Maybe we could postpone this part ? If so could I review this PR ? |
Sounds good to me, of course, go ahead ! 😄 |
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.
Nice work @christopherkade 👏 I left a few comments 😉
Switched to react-countup, updated html tags for accessibility
(Styles are a work in progress, the goal being to display the data)
Github Insights must be updated to retrieve the number of PRs made by members of the organisation in order to move forward. (See Zenika/github-insights#8)