-
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
fix(protocol-designer): remove flickering in timeline and fix distrib… #16901
base: edge
Are you sure you want to change the base?
Conversation
dfa346c
to
81736b0
Compare
protocol-designer/src/assets/localization/en/protocol_steps.json
Outdated
Show resolved
Hide resolved
protocol-designer/src/assets/localization/en/protocol_steps.json
Outdated
Show resolved
Hide resolved
</Flex> | ||
</ListItem> | ||
) : null} | ||
{dest != null ? ( |
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.
should we also remove the dest != null
check on line 188 then?
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 that is needed for when you consolidate, right? because you'll have only one dispense to many aspirates.
"block": "<text>End with block at</text><tag/>", | ||
"lid_position": "<text>and lid</text><tag/>" |
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.
recommended by Ed to shorten this
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.
🚀 thank you for cleaning up and fixing the overflow menu items as well!
…ute details
closes RQA-3630 RQA-3624
Overview
This PR does 2 things:
Test Plan and Hands on Testing
Create a protocol and make a distribute step: basically aspirate from 1 well and dispense into multiple wells and add a small volume like 10uL and the distribute path should be selectable. Then click "view details" on the step's overflow menu and see that it looks as expected with no extra blank list items
Then upload the attached protocol and hover through the steps in the timeline, see that there is no flickering
1.0 testing.json
Changelog
Risk assessment
low