-
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): add Fixture table to Modules & deck screen under protocol setup #13757
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## edge #13757 +/- ##
==========================================
- Coverage 70.95% 70.90% -0.05%
==========================================
Files 2453 1604 -849
Lines 69022 53338 -15684
Branches 8257 3646 -4611
==========================================
- Hits 48976 37821 -11155
+ Misses 18094 14929 -3165
+ Partials 1952 588 -1364
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
remove .tool-versions
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 ! once tests pass
onClick={() => setSetupScreen('prepare to run')} | ||
<ChildNavigation | ||
header={enableDeckConfig ? t('modules_and_deck') : t('modules')} | ||
onClickBack={() => setSetupScreen('prepare to run')} | ||
/> | ||
<SmallButton |
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 "Setup Instructions" button needs to be passed to ChildNavigation
- looks like ChildNavigation
props need to be modified to accept more button props https://www.figma.com/file/OIdG64Q5cgvEw82ish5Eee/Design-System-(Flex)?type=design&node-id=1224-66324&mode=design&t=mqw4k8GQxVwbDH79-4
this could be done now or in another PR
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.
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 will work on ChildNavigation in another PR.
https://opentrons.atlassian.net/browse/RAUT-794
Overview
Add Fixture table without status. The status will be implemented by RAUT-670
close RAUT-668
Test Plan
Modules & deck
Check the Fixture table is displayed under the Modules table
Changelog
Review requests
Risk assessment
low