fix(workflow): align condition/router handles with their rows#5831
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview
Preview Reviewed by Cursor Bugbot for commit ef405af. Configure here. |
Greptile SummaryThis PR aligns condition and router handles with their rendered rows. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(workflow): align condition/router ha..." | Re-trigger Greptile |
Summary
CONDITION_START_Y(60 → 59) andCONDITION_ROW_HEIGHT(29 → 28) in the shared dimensions source of truth, which fixes the editor renderer, the preview renderer, and autolayout's handle-Y estimate togetherh-5(same 20px thetext-smline box already produced) in both row renderers and documented it as part of the handle-position contract so CSS and constants can't silently drift apart againType of Change
Testing
Verified geometry against rendered CSS (header 40px + 1px divider + 8px padding + 20px rows with 8px gaps); drift math matches the reported screenshot (~12px at 12 branches)
Checklist