-
Notifications
You must be signed in to change notification settings - Fork 178
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): add pipette selection screen to quick transfer flow #14912
Conversation
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.
Looking good and works as expected! Just a couple nits and @jerader's feeback.
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.
Can we also make ORDERED_STEP_HEADERS
a useGetOrderedStepHeader
util?
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 going to be removed once all of the steps are wired up since the headers will be in each child component, so going to leave this for now!
fix PLAT-174
Overview
Add pipette selection screen to quick transfer flow
Test Plan
Initiate quick transfer flow and proceed to the second screen, see that the pipettes currently attached are represented and you can select one and proceed to the next step
Changelog
Review requests
Go through code for clarity
Risk assessment
Low, behind FF