Skip to content
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): alignment in thermocycler card cycle info #5320

Merged
merged 4 commits into from
Mar 30, 2020

Conversation

b-cooper
Copy link
Contributor

This PR fixes an alignment issue within the Thermocycler's run card cycle info.

The Time remaining should be on a new row beneath the cycle and step counts, but they were all scrunching together.

This also repairs a regression in formatting the time remaining, that was introduced in the shift away from moment in #5127 . For instance, ten seconds remaining was displaying as 19:00:10 and it should correctly display as 00:00:10.

@b-cooper b-cooper requested a review from mcous March 30, 2020 20:11
@b-cooper b-cooper requested a review from a team as a code owner March 30, 2020 20:11
@b-cooper b-cooper added app Affects the `app` project fix PR fixes a bug labels Mar 30, 2020
@codecov
Copy link

codecov bot commented Mar 30, 2020

Codecov Report

Merging #5320 into release_3.17.0 will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release_3.17.0    #5320   +/-   ##
===============================================
  Coverage           63.12%   63.12%           
===============================================
  Files                1061     1061           
  Lines               30161    30161           
===============================================
  Hits                19038    19038           
  Misses              11123    11123           
Impacted Files Coverage Δ
...mponents/ModuleLiveStatusCards/ThermocyclerCard.js 0.00% <ø> (ø)
app/src/robot/selectors.js 80.37% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63808c2...70f2cc5. Read the comment docs.

@b-cooper b-cooper force-pushed the app_fix-tc-card-cycle-alignment branch from e43967d to 6fd1eaf Compare March 30, 2020 20:45
@b-cooper b-cooper requested review from a team as code owners March 30, 2020 20:45
@b-cooper b-cooper requested review from amitlissack and removed request for a team March 30, 2020 20:45
@b-cooper b-cooper changed the base branch from edge to release_3.17.0 March 30, 2020 20:50
@b-cooper b-cooper force-pushed the app_fix-tc-card-cycle-alignment branch from 6fd1eaf to 70f2cc5 Compare March 30, 2020 20:54
Copy link

@nusrat813 nusrat813 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested - working as intended

Copy link
Contributor

@mcous mcous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@b-cooper b-cooper merged commit 3c7fcc8 into release_3.17.0 Mar 30, 2020
@b-cooper b-cooper deleted the app_fix-tc-card-cycle-alignment branch March 30, 2020 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Affects the `app` project fix PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants