Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: display health alert in DeploymentBannerView #10193

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

Merged
merged 9 commits into from
Oct 13, 2023
Merged

fix: display health alert in DeploymentBannerView #10193

merged 9 commits into from
Oct 13, 2023

Conversation

aslilac
Copy link
Member

@aslilac aslilac commented Oct 10, 2023

Closes #9692

Screenshot 2023-10-12 at 5 12 36 PM

@aslilac aslilac requested review from a team and BrunoQuaresma and removed request for a team October 12, 2023 23:14
@aslilac aslilac marked this pull request as ready for review October 12, 2023 23:14
@aslilac aslilac requested a review from Parkreiner October 12, 2023 23:45
Copy link
Member

@Parkreiner Parkreiner left a comment

Choose a reason for hiding this comment

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

Have a few comments, but nothing block-worthy. Looks really good!

@@ -242,7 +240,7 @@ const styles = {
marginBottom: theme.spacing(1),
color: theme.palette.text.primary,
fontSize: 14,
lineHeight: "120%",
lineHeight: "150%",
Copy link
Member

Choose a reason for hiding this comment

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

I'm wondering if this could be changed to just 1.5, to work better with CSS inheritance

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure what you mean by "work better with CSS inheritance". 150% and 1.5 mean the same thing in CSS. 😅 and I prefer percent, because the unit makes it clearer what is happening imo.

Copy link
Member

Choose a reason for hiding this comment

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

I wish they were the same, but they aren't

Copy link
Member Author

Choose a reason for hiding this comment

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

why is CSS like this 😭

@aslilac aslilac merged commit cbc0c39 into main Oct 13, 2023
@aslilac aslilac deleted the health-badge branch October 13, 2023 16:39
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Couple suggestions for the coder deployment issues banner
2 participants