Replace antd components in the Header area to reduce antd dependencies.
| File | antd Component Removed | Replacement |
|---|---|---|
Header.tsx |
Divider from antd |
Box with borderBottom="dividerWeak" |
UserDropdown.tsx |
Dropdown from antd |
Menu from @highlight-run/ui |
UserDropdown.tsx |
Skeleton from antd |
Simple loading text |
The UserDropdown now uses the same Menu component pattern that is already extensively used throughout the Header component, providing a consistent dropdown behavior with the rest of the UI.
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