Highlight connected schematic traces on hover#197
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Added actual interaction proof for the hover behavior: the demo moves onto one trace in the Cosmos fixture and shows the connected same-net trace highlighting with it while unrelated traces stay unchanged. MP4: https://github.com/digzrow-coder/schematic-viewer/releases/download/pr-197-demo-20260514/pr-197-connected-trace-hover-demo.mp4 |
|
Added stronger hover proof because the earlier recording was too subtle. The new clip shows the cursor moving onto one schematic trace, both connected same-net segments turning orange together, and unrelated traces staying gray.
|
|
Added focused automated coverage in Validation rerun locally:
|
Fixes tscircuit/tscircuit#1130.
Adds hover highlighting for schematic traces so every rendered trace segment on the same connected schematic net changes color together. The hook uses explicit schematic connectivity keys when available and falls back to grouping traces by shared edge endpoints.
Demo proof:
Validation:
/claim tscircuit/tscircuit#1130
AI-assisted with OpenAI Codex; I reviewed the diff, proof assets, and validation output before posting.