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): fix run failed modal styling #13103

Merged
merged 2 commits into from
Jul 17, 2023
Merged

fix(app): fix run failed modal styling #13103

merged 2 commits into from
Jul 17, 2023

Conversation

koji
Copy link
Contributor

@koji koji commented Jul 13, 2023

Overview

add padding to error message container and change the max height. also add style to scrollbar

Screenshot 2023-07-13 at 5 26 06 PM

Error message will be implemented when the endpoint is available.

fix RQA-1064

Test Plan

Changelog

Review requests

Risk assessment

add padding to error message container and change the max height. also add style to scrollbar

fix RQA-1064 partially
@koji koji requested a review from a team July 13, 2023 21:32
@koji koji marked this pull request as ready for review July 13, 2023 21:32
@koji koji requested a review from a team as a code owner July 13, 2023 21:32
@koji koji requested review from shlokamin and removed request for a team July 13, 2023 21:32
@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Merging #13103 (f7b0aef) into edge (b14b0b2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             edge   #13103   +/-   ##
=======================================
  Coverage   72.46%   72.46%           
=======================================
  Files        2388     2388           
  Lines       66021    66022    +1     
  Branches     7319     7319           
=======================================
+ Hits        47840    47841    +1     
  Misses      16442    16442           
  Partials     1739     1739           
Flag Coverage Δ
app 71.25% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...OnDeviceDisplay/RunningProtocol/RunFailedModal.tsx 81.25% <100.00%> (+1.25%) ⬆️

@koji koji removed the request for review from shlokamin July 17, 2023 15:22
Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

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

🦖

overflow-y: ${OVERFLOW_AUTO};
&::-webkit-scrollbar {
width: 0.75rem;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
width: 0.75rem;
width: SPACING.spacing12;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we decided to use hard coded value for width, height, and size since SPACING for padding, margin, gap.

@koji koji merged commit eb85343 into edge Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants