feat: align border control with spacing split-mode inputs - #686
Conversation
Confidence Score: 4/5Safe to merge; the change is additive and the core split-mode wiring is correct. The split-mode integration and color-event cleanup logic are sound. The only difference from the original behavior is that Border Style becomes visible when frontend/src/components/BorderControl.vue — specifically the Reviews (1): Last reviewed commit: "feat: align border control with spacing ..." | Re-trigger Greptile |
|
@SmrutiSawant always better to add screenshots/video to demonstrate the change |
|
Screen recording demonstrating the new unified Border properties and the split-mode width inputs Before.mp4After: after.mp4 |
|
Tick the box to add this pull request to the merge queue (same as
|
Replaced the individual border properties with a unified BorderControl component that supports splitting the border width inputs into T(top), R(right), B(bottom), L(left) side inputs (matching the existing Spacing and Border Radius fields layout)