-
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(app): prompt to open TC lid before labware calibration #3853
Conversation
Provide a mechanism to open the lid of the Thermocycler Module during pre-run calibration, so that the contained labware can be calibrated. Closes #3066
Codecov Report
@@ Coverage Diff @@
## edge #3853 +/- ##
==========================================
- Coverage 34.51% 34.44% -0.08%
==========================================
Files 742 743 +1
Lines 11770 11801 +31
==========================================
+ Hits 4063 4065 +2
- Misses 7707 7736 +29
Continue to review full report at Codecov.
|
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.
Code looks good, UI behaves as expected with TC attached 🍵
) | ||
} | ||
|
||
function mapDispatchToProps(dispatch: Dispatch, ownProps: OP): DP { |
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.
Not a change request, but since this is a new component that only uses mapDispatchToProps
, useDispatch
could make this component more compact and (in theory) more readable
Overview
Provide a mechanism to open the lid of the Thermocycler Module during pre-run calibration, so that the contained labware can be calibrated.
Closes #3066
Review Requests
NOTE
The firmware/hardware combination will not report 'closed' because of latch complications, until new units are in, the behavior of the "Open Lid" button will be either behave as if it's in progress. In order to allow testing, we keep the button enabled for now, despite the loading state. There is a TODO