-
Notifications
You must be signed in to change notification settings - Fork 45
UX/perf: touch parity, throttling, workerized connectivity #528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The ElementOverlayBox container was missing a z-index, causing tooltips to render behind PCB pads due to stacking context issues with the PixiJS canvas layers. Fixes tscircuit#78
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rushabhcodes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future work, please keep PRs scoped to one area at a time. This one combines UX fixes, performance changes, z-index rework, and fixture updates, which makes it harder to review, reason about, and revert if needed. Smaller, focused PRs will be easier to land and maintain.
Summary
Test Plan