pbclife / gitopener.vercel.app

Git Opener is a learning web app if you are looking forward to get started with open source then you are in right place. Please read contribution guideline.
https://gitopener.vercel.app
MIT License
49 stars 32 forks source link

Feat: add social links in contributor profile page #84

Closed sboy99 closed 1 year ago

sboy99 commented 1 year ago

Description

Currently, social links are not working as they are not plugged in. Retrieve social links from contribution meta data and add as link component and render respective icon.

Screenshots

No response

Additional Information

No response

Shivam-Amin commented 1 year ago

I would love to work on this issue. But I only know html, css & js & not any frameworks yet.

sboy99 commented 1 year ago

This issue is fixed yesterday. But there are some other social links that a contributor can share such as reddit, artstation, behance etc. Add those. The only thing you have to do is add the social field name inside src>types>client>Contributors.ts and create the respective icon component inside src>components>icons>socials. There are so many examples, have a look at how it is designed and create an Icon. I highly recommend Simple Icons. Next, add the entry to allowedComponents src>components>contributorProfilePage, remember the array index is the priority of social links

priyankarpal commented 1 year ago

So this issue is fixed. I'm closing this issue.