-
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 e-stop modals for odd #13093
Conversation
add two modals for e-stop. One is EstoPressedModal and the other is EstopMissingModal.
Codecov Report
@@ Coverage Diff @@
## edge #13093 +/- ##
==========================================
- Coverage 73.14% 72.51% -0.64%
==========================================
Files 2337 2390 +53
Lines 64487 65916 +1429
Branches 7111 7318 +207
==========================================
+ Hits 47172 47797 +625
- Misses 15590 16373 +783
- Partials 1725 1746 +21
Flags with carried forward coverage won't be shown. Click here to find out 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.
just left some tiny cleanup comments but this lgtm!
}) | ||
|
||
it('should render text and button - inactive run', () => { | ||
props.isActiveRun = false |
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.
wow, i didn't realize you can reinitialize props this way, that's cool!
no stroke for e-stop modals for e-stop missing modal of the touchscreen app, the size was changed into medium from large
Overview
Add two modals for e-stop. One is EstopPressedModal and the other is EstopMissingModal.
Combine DesktopEstopPressedModal and EstopPressedModal into one component as well as DesktopMissingModal.
Also add
error
type to Chip component.The function will be added by following PRs.
design
https://www.figma.com/file/t4GKKfUA3RRfgHFxPbVVjV/Release%3A-Touchscreen-August-update?type=design&node-id=629-52540&mode=design&t=ucnIizoesp9Fg9hI-0
Test Plan
check EstopPressedModal and EstopMissingModal under
Desktop
andODD
Changelog
error
type to Chip component and testReview requests
Risk assessment
low