Skip to content

Replace native tooltips with Tooltip component#8

Open
piyush-3020 wants to merge 1 commit into
gnick18:mainfrom
piyush-3020:replace-native-tooltips
Open

Replace native tooltips with Tooltip component#8
piyush-3020 wants to merge 1 commit into
gnick18:mainfrom
piyush-3020:replace-native-tooltips

Conversation

@piyush-3020

Copy link
Copy Markdown

Summary

Replaced the remaining native HTML tooltips with the shared Tooltip component.

Changes:

  • DayDetailDrawer.tsx
    • Replaced the external calendar icon's native title attribute with Tooltip.
  • VariationNotesPanel.tsx
    • Replaced the "Save failed" native title attribute with Tooltip.

This keeps hover hints consistent with the rest of the application and avoids browser-specific native tooltip rendering.

Fixes #5

@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

@piyush-3020 is attempting to deploy a commit to the Grant Nickles' projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

Use the Tooltip component instead of native title= attributes

1 participant