-
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(app): fix failed error details modal styling and long protocol me display issue #13133
fix(app): fix failed error details modal styling and long protocol me display issue #13133
Conversation
…me display update the box width for a case that an error is very short. change overflow-wrap from break-word to anywhere. RAUT-
Codecov Report
@@ Coverage Diff @@
## edge #13133 +/- ##
==========================================
- Coverage 72.47% 72.46% -0.02%
==========================================
Files 2353 2355 +2
Lines 64902 65047 +145
Branches 7188 7259 +71
==========================================
+ Hits 47040 47135 +95
- Misses 16123 16143 +20
- Partials 1739 1769 +30
Flags with carried forward coverage won't be shown. Click here to find out more.
|
(protocolHasModules && attachedModules.length === 0) || | ||
allPipettesCalibrationData.data.length === 0 |
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.
allPipettesCalibrationData is object
{
data(array)
links
}
In my understanding, this disabled is true if there is no calibration data. We need to check the length of allPipettesCalibrationData.data
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 will be fixed in a following PR
@@ -50,7 +50,6 @@ export function OnDeviceDisplayAppFallback({ | |||
return ( | |||
<Modal header={modalHeader}> |
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.
thank you!
Overview
Currently, users can call the function when tapping the button.
RunSummary View Error Details Modal
before
after
ProtocolDetails page
before
after
close RAUT-573
Test Plan
Check the play button in ProtocolSetup screen doesn't do anything.
Changelog
Review requests
Risk assessment