-
Notifications
You must be signed in to change notification settings - Fork 33
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
add maxVoltageRating to capacitor #629
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
great job!!!
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.
It’s a bit odd to display the max voltage on the schematic imo
sometimes its done but its actually quite confusing when mixed with simulation.
i think its sometimes important, we could introduce schShowRatings to enable it to be displayed but it should default to off i think
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.
I think what @seveibar meant with the schShowRatings
prop was, that it should be a parent level prop. Like in board
or group
@imrishabh18 no, i dont know about that because he merged my this prop pr tscircuit/props#182 so is this also wrong. or only in core we need to change. |
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.
see comment
@imrishabh18 it's not a bad idea for a top level prop but it's fine here too. We will probably have a "showRatings" mode at a subcircuit level at some point because it also makes sense there |
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.
nice work /tip $3
🎉🎈 @Anshgrover23 has been awarded $3! 🎈🎊 |
Fixes #622