fix(ui): F8-07 cargo-route picker — torus-wrap overlay + thinner arrows #63
Reference in New Issue
Block a user
Delete Branch "feature/issue-50-cargo-picker-torus"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #50.
Summary
torusShortestDelta, so the line draws the wrap-short way (currently it took the long path across the canvas).Repro from the issue (map 201×201, A1=(184,137), A2=(191,145), A3=(1.44,146))
Test plan
cd ui/frontend && npm test— 803 passed (16 inmap-pick-modeincluding the new torus seam cases on both axes + the anchor / hover-outline coord guard).cd ui/frontend && npm run check— clean.cd ui/frontend && npm run build— clean.ui-test.yamlon gitea (run #422) — success.Doc sync
ui/docs/renderer.mdPick-mode lifecycle section updated to describe the per-copy overlay and the torus-shortest line endpoint contract.