Skip to content

Make LeetCode Usernames Clickable #23

Open
avatGit wants to merge 1 commit intocodepvg:mainfrom
avatGit:avatGit-patch-1
Open

Make LeetCode Usernames Clickable #23
avatGit wants to merge 1 commit intocodepvg:mainfrom
avatGit:avatGit-patch-1

Conversation

@avatGit
Copy link
Copy Markdown

@avatGit avatGit commented Apr 7, 2026

Closes #15

Copy link
Copy Markdown
Collaborator

@jagdish-15 jagdish-15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current hover effect looks good and fits well with the UX

But I think there’s been a slight misunderstanding of the issue. We wanted to apply the link to the usernames displayed on the leaderboard. That would make more sense than just adding the link behaviour to the names themselves.

Also, we should have some visual cue to indicate it’s clickable (even before hover), instead of relying only on the hover effect.

@avatGit
Copy link
Copy Markdown
Author

avatGit commented Apr 9, 2026

The current hover effect looks good and fits well with the UX

But I think there’s been a slight misunderstanding of the issue. We wanted to apply the link to the usernames displayed on the leaderboard. That would make more sense than just adding the link behaviour to the names themselves.

Also, we should have some visual cue to indicate it’s clickable (even before hover), instead of relying only on the hover effect.

Got it!. I'm updating the PR to link the usernames and improve the visual indicators now.

@jagdish-15
Copy link
Copy Markdown
Collaborator

@avatGit
Thanks for switching the link to the username 👍

What I meant earlier was that the hover effect was already good and fit the UX well. You only needed to switch the link from the name to the username (or LeetCode ID). Apart from that, just a small visual cue to show it’s clickable would’ve been enough.

Also, the recent commits seem to have removed some important parts of the main CSS, including the complete footer styles. I’d suggest doing.
git reset --hard <commit-right-before-my-first-comment>
and then building from there again.

Let me know if anything’s still unclear

@avatGit
Copy link
Copy Markdown
Author

avatGit commented Apr 10, 2026

@jagdish-15
Thanks for the feedback!

My apologies for the previous mess. I've performed a clean reset to restore the footer and properly implemented the link on the username with the requested visual cue.

Review please. Thanks again for your patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make LeetCode Usernames Clickable

2 participants