Replace all 5 antd Divider components with native @highlight-run/ui Box using borderTop="dividerWeak" in the AlertForm page to reduce antd dependencies.
| File | antd Component Removed | Replacement |
|---|---|---|
AlertForm/index.tsx |
5x Divider from antd |
Box with borderTop="dividerWeak" |
This follows the existing pattern used throughout the codebase (e.g., UpdatePlanPage.tsx, SignIn.tsx, ProjectFilters.tsx).
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