Skip to content

Add tooltip to GitHub links (repos & PRs)Β #78

@O2sa

Description

@O2sa

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>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions