Implement tooltip on custom call type#182
Conversation
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
✅ Deploy Preview for swf-editor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR replaces the browser default title tooltip for unknown task badges with the app’s Tooltip component to provide a consistent UI.
Changes:
- Adds Tooltip UI components to
Nodes.tsx - Wraps custom/unknown badges with
TooltipTriggerandTooltipContent - Introduces inline color styling based on
prefers-color-scheme
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@lornakelly Please review this. |
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
|
@kumaradityaraj also make sure to add changeset |
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
|
@lornakelly @fantonangeli @handreyrc @cheryl7114 please review this again. |
| @@ -17,7 +17,7 @@ catalogs: | |||
| version: 5.2.1 | |||
| '@playwright/test': | |||
There was a problem hiding this comment.
Seem to still have an issue with the pnpm lock as there shouldnt be any changes, as Handrey mentioned you might be out of sync and need to update this with the main pnpm lock
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
Signed-off-by: kumaradityaraj <sedulous.0007@gmail.com>
fantonangeli
left a comment
There was a problem hiding this comment.
LGTM, only missing point is the pnpm-lock.yaml, already noticed by @lornakelly and Copilot
Closes
A small, reusable tooltip component and use it to replace the native browser title tooltip currently shown on custom call type badges.