-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(table-menu): add tooltip for truncated table names #792
feat(table-menu): add tooltip for truncated table names #792
Conversation
🦋 Changeset detectedLatest commit: 29aff82 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@prakha is attempting to deploy a commit to the ROUTE06 Core Team on Vercel. A member of the Team first needs to authorize it. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻 Cool!!
User description
Related Issue
Testing
Other Information
PR Type
Enhancement
Description
Added tooltip functionality for truncated table names.
Introduced state and effect to detect truncation.
Updated UI components to integrate tooltip elements.
Added a changeset entry for the new feature.
Changes walkthrough 📝
TableNameMenuButton.tsx
Add tooltip and truncation detection for table names
frontend/packages/erd-core/src/features/erd/components/ERDRenderer/LeftPane/TableNameMenuButton/TableNameMenuButton.tsx
TooltipProvider
,TooltipTrigger
, and related components.useRef
anduseState
.afraid-forks-report.md
Document tooltip feature in changeset
.changeset/afraid-forks-report.md