-
Notifications
You must be signed in to change notification settings - Fork 27
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
feature: add contributors react component in the website #163
Conversation
@Abhijay007 I have written a script for fetching the contributors' data from all repositories of our organization. But to run it regularly, we will need a GitHub access token in the future. For now, I am using mine for development. |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
No problem I will add that |
Hi @Abhijay007, you will need to create a GitHub secret with the name |
I fetched the current contributors list using my personal access token so now we can work on the react component for showcasing the contributors on our website. |
@Abhijay007 This PR is ready for review now! |
I don't have the access to great token as it require admin permissions ig, @hexsecs can help for the same |
@Abhijay007 @hexsecs , If you allow I can also use |
Hi @Abhijay007, Any updates on this? |
I will look into this code, @hexsecs can check the token permissions |
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.
@devilkiller-ag I looked into the code, and it LGTM. However, in terms of design, do you have any better suggestions? I think it looks too busy.
Can we make it scrollable or something? Do you have any better suggestions around the same?
cc : @jhdalek55 @hexsecs
@Abhijay007 We can restrict the number of rows to 3 to make it automated horizontal scroll. |
great suggestion, I think we can go ahead with this one |
@devilkiller-ag instead of iterating it please move it to the "About Us" page here at very bottom |
@Abhijay007 So I don't need to add a horizontal scroll now? Just move the section to about us page? |
Yea
…On Sat, 6 Jan 2024, 20:57 Ashmit JaiSarita Gupta, ***@***.***> wrote:
@Abhijay007 <https://github.com/Abhijay007> So I don't need to add a
horizontal scroll now? Just move the section to about us page?
—
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APLHP3XZ7IQ3LWD3PDCIJQ3YNFUP5AVCNFSM6AAAAABASYOD7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZG4ZDQOJRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Abhijay007 Can you review the changes and approve on argos |
looking into this, will review it soon |
Hi @devilkiller-ag - for me it isn't quite rendering correctly when I build locally. ![]() |
@hexsecs It should wor now! |
Any update on this @Abhijay007 @hexsecs? |
@hexsecs @Abhijay007 I resolved the changes requested. |
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.
LGTM 👍
Summary of Changes
As discussed in #144 this PR will add a contributors section on the website.
Related Issue
Closes #160
Checklist
Reviewer(s)
@Abhijay007