Replace the deprecated antd Tooltip wrapper component with @highlight-run/ui Tooltip. The wrapper was already marked as deprecated in its own documentation comments: “Deprecated: use the UI package’s tooltip instead of this tooltip”.
| File | antd Component Removed | Replacement |
|---|---|---|
Tooltip.tsx |
Tooltip from antd |
Tooltip from @highlight-run/ui |
Tooltip.module.css |
antd-specific .ant-tooltip-inner overrides |
Cleaned up (no longer needed) |
This migration removes antd dependency from the 4 consumer files that import the wrapper:
MinimalSessionCard.tsxJsonViewer.tsxAutoJoinForm.tsxAutoJoinInput.tsxThe wrapper maintains the same external API (title + children pattern) so no changes are needed in consumer files.
Part of the ongoing effort to remove antd dependencies from workspace and project settings.
/claim #8635
🤖 Generated with Claude Code
xidik12
@xidik12
Highlight (YC W23)
@highlight