Replace antd Divider component with native @highlight-run/ui Box component using borderTop="dividerWeak" across Graphing pages to reduce antd dependencies.
| File | antd Component Removed | Replacement |
|---|---|---|
EventSteps.tsx |
Divider from antd |
Box with borderTop="dividerWeak" |
VisualizationSection.tsx |
Divider from antd |
Box with borderTop="dividerWeak" |
FormPanel/index.tsx |
Divider from antd |
Box with borderTop="dividerWeak" |
This follows the existing pattern used throughout the codebase (e.g., UpdatePlanPage.tsx, SignIn.tsx, ProjectFilters.tsx) where Box with border props is used as a divider.
Part of the ongoing effort to remove antd dependencies from workspace and project settings.
/claim #8635
https://github.com/user-attachments/assets/placeholder
🤖 Generated with Claude Code
xidik12
@xidik12
Highlight (YC W23)
@highlight