OpenLake/PixOss

feat(modal): Add socials of user to the pixel

Open

#4 opened on Aug 14, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (48 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

Currently the modal only shows the person's name, pfp and message, add their socials like LinkedIn and Github to it.

Expected outcome

Social handles being displayed in the modal of the user.

Proposed solution

Change the data (pixel.ts) schema and add the above-mentioned attribute and then render the same in the modal.

Contributor guide