Replace antd Select with @highlight-run/ui ComboboxSelect in the SearchIssues component to reduce antd dependencies and provide consistent styling.
| File | antd Component Removed | Replacement |
|---|---|---|
SearchIssues.tsx |
Select from antd |
ComboboxSelect from @highlight-run/ui |
SearchIssues.module.css |
antd-specific CSS overrides | Cleaned up (no longer needed) |
The ComboboxSelect provides:
onChangeQueryPart 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