-
Notifications
You must be signed in to change notification settings - Fork 25
Add double click handler for schematic components #133
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 latest updates on your projects. Learn more about Vercel for GitHub.
|
lib/components/SchematicViewer.tsx
Outdated
| clickToInteractEnabled, | ||
| isInteractionEnabled, | ||
| showSpiceOverlay, | ||
| ]) |
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.
too much code in this file (keep things clean, move functionality to separate files appropriately)
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.
looks good, see comment
I think we also need a background color or border sort of highlight on each component to make it clear they're clickable
CC @ShiboSoftwareDev this is relevant for configuring voltage sources for simulation, the user will click to configure
|
I guess he meant highlight/border on hover not all the time |
|
@ShiboSoftwareDev I have update now only highlight on hover 21.09.2025_01.41.54_REC.mp4 |
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.
the soft glow is cool but for engineering tools stylistically they tend to prefer sharp blue or red lines for highlights
|
Reviewed, couple issues:
|
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.
its completed
|
It's completed in #136 |
update video
21.09.2025_01.41.54_REC.mp4
20.09.2025_22.53.49_REC.mp4
Fix #132
/claim #132