Skip to content

feat: add DaisyUI tooltip to truncated PR titles#122

Open
WhyBusyy wants to merge 2 commits intoDevLeonardoCommunity:mainfrom
WhyBusyy:feat/tooltip-pr-titles
Open

feat: add DaisyUI tooltip to truncated PR titles#122
WhyBusyy wants to merge 2 commits intoDevLeonardoCommunity:mainfrom
WhyBusyy:feat/tooltip-pr-titles

Conversation

@WhyBusyy
Copy link

Summary

  • Replaced native HTML title attribute with DaisyUI tooltip (data-tip) on truncated PR titles
  • Consistent with existing tooltip usage on repository names (line 29-30) and contribution counts (line 44-46)

Closes #95

Test plan

  • Hover over a long/truncated PR title → DaisyUI styled tooltip appears
  • Short PR titles also show tooltip on hover
  • Tooltip text alignment matches repository name tooltip (text-left)

🤖 Generated with Claude Code

Use DaisyUI tooltip (data-tip) for truncated PR titles, consistent
with existing tooltip usage on repository names and contribution counts.

Closes DevLeonardoCommunity#95

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@netlify
Copy link

netlify bot commented Mar 12, 2026

👷 Deploy request for public-github-stats pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 8292c7c

Use min-w-0 on tooltip wrapper instead of truncate to avoid
overflow:hidden clipping the DaisyUI tooltip pseudo-elements.
Keep truncate only on the inner <a> element with display:block.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

Add tooltip to long PR titles

1 participant