You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TestShake component of the Heater Shaker Wizard requires rendering dynamically and is currently stubbed out. It will likely need to accept the heater shaker module as a prop to pass the necessary data to the child components.
Acceptance Criteria
Dynamically render banner text: if there is a protocol the plate name should come from the labware definition.
Disable Start Shaking button if the labware latch is open
Wire up Start Shaking button
Wire up Open Labware Latch button
Wire up set shake speed input
Wire up the min/max values from either the labware definition or default values from the module
Wire up HeaterShakerModuleCard component being used in the TestShake component with data from the API.
Add labware latch statuses to i18n.
The text was updated successfully, but these errors were encountered:
* refactor(app): wire up heater shaker wizard TestShake page
This PR wires up the buttons and input for the testshake page of the heater shaker wizard.
closes#9613
* refactor(app): wire up heater shaker wizard TestShake page
This PR wires up the buttons and input for the testshake page of the heater shaker wizard.
closes#9613
Overview
The
TestShake
component of the Heater Shaker Wizard requires rendering dynamically and is currently stubbed out. It will likely need to accept the heater shaker module as a prop to pass the necessary data to the child components.Acceptance Criteria
Start Shaking
button if the labware latch is openStart Shaking
buttonOpen Labware Latch
buttonset shake speed
inputHeaterShakerModuleCard
component being used in theTestShake
component with data from the API.The text was updated successfully, but these errors were encountered: