Repository and PR titles are clickable, but there is no visual hint that they open GitHub.
We want to improve UX by adding a tooltip when hovering over these links.
π― Expected Behavior
- When user hovers over a repo or PR title β show tooltip:
"Open on GitHub"
β
Tasks
- Add tooltip to all external GitHub links (repos & PRs)
- Ensure tooltip appears on hover
- Keep styling consistent
π‘ Hints
- Use the
title attribute for a simple solution:
<a href={url} title="Open on GitHub">
{title}
</a>
Repository and PR titles are clickable, but there is no visual hint that they open GitHub.
We want to improve UX by adding a tooltip when hovering over these links.
π― Expected Behavior
"Open on GitHub"
β Tasks
π‘ Hints
titleattribute for a simple solution: