-
Notifications
You must be signed in to change notification settings - Fork 164
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
feat: link leaderboard to members' profiles 🔗 #694
base: main
Are you sure you want to change the base?
Conversation
@tomas-salgado this PR is in regards to discussion on the following thread |
@BeteabTefera Nice work! I tried running this locally and the functionality is great, but I think we should change the UI so that only the name is clickable instead of the entire Leaderboard item. This would make it consistent with the rest of the website. Look at the Resources and Company Reviews page for examples, and also check out that code. Lmk if you have any questions! |
@tomas-salgado apologies on the late reply, working on making those changes now |
@tomas-salgado alright changes as per requested are made, see below: |
Enhancement to make leaderboard clickable and navigate to the clicked user directory
Describe what this PR does.
This PR adds the List component so the leaderboards populated for active streak under Home and the Points leaderboard under points can have a clickable profile. If user A is interested in User B who is on a leaderboard, they don't have to go to the directory to search for them but instead can directly click on the profile, which will lead them to the directory of the specified user.
Type of Change 🐞
Checklist ✅