-
Notifications
You must be signed in to change notification settings - Fork 179
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
feat(protocol-designer): heater-shaker step form tools #16342
Conversation
showTooltip?: boolean | ||
} | ||
|
||
export function InputStepFormField( |
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.
this is copied over from my other 2 PRs since they all need it 😬
...col-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/HeaterShakerTools/index.tsx
Outdated
Show resolved
Hide resolved
const labwareOnAdapterId = Object.values(labwares).find( | ||
lw => lw.slot === labware.id | ||
)?.id |
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.
fixes a bug with the long labware name
...col-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/HeaterShakerTools/index.tsx
Show resolved
Hide resolved
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.
lgtm
c05fb7f
to
6065c4f
Compare
closes AUTH-811
Overview
Wires up the heater-shaker step form tools
There is 1 follow up: https://www.figma.com/design/WbkiUyU8VhtKz0JSuIFA45/Feature%3A-Protocol-Designer-Phase-1?node-id=10435-664437&node-type=instance&t=OvRfy742rLJPTEX2-0 basically, the heater-shaker set timer fields need to be merged into 1. It will be easier to add that behavior after this PR merges: #16328
Test Plan and Hands on Testing
Test that the fields work as expected for 1 heater-shaker and multi heaters-shakers (To add multi heater-shakers, you need to enable the MoaM feature flag). The timer field does not work yet!!! See the follow up ticket attached.
Changelog
Check
componentRisk assessment
low