-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix: Summary Colors don't match key and numbers don't match colors #5200 #7042
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: Summary Colors don't match key and numbers don't match colors #5200 #7042
Conversation
…goproj#5200 Signed-off-by: ciiay <yicai@redhat.com>
Codecov Report
@@ Coverage Diff @@
## master #7042 +/- ##
=======================================
Coverage 41.12% 41.12%
=======================================
Files 158 158
Lines 21364 21364
=======================================
Hits 8785 8785
Misses 11313 11313
Partials 1266 1266
Continue to review full report at Codecov.
|
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.
I really like the new purple color. However, currently the Applications List displays the Health Status color for each app on the left:
(Consistent Health Status colors:)
(Inconsistent Health Status colors:)
With this change, the colors no longer match. I'm in favor of changing the Suspended
color to purple, but if we do it I think we should do it everywhere consistently.
@rbreeze Good catch! I searched with "Suspended" in code and thought I covered everywhere but missed this one. I will make a PR against argo-ui repo to add this new suspended color. I looked into the application-table component code, and I see we are applying both health status color and comparison status color for the left border color. In the style sheet it's missing style definition of Code reference:
|
Yeah, this should be okay.
I think this should be merged into |
Just merged argoproj/argo-ui#135. You can bump the |
@rbreeze Thanks for the confirmation. I see Alex has merged my argo-ui PR for this PR. I'm going to update this PR soon. |
Thanks for merging my PR and thanks for the tips. Making a push soon. |
…5200-pie-chart-display-improvement
Signed-off-by: ciiay <yicai@redhat.com>
It looks like you have a reference to
|
Signed-off-by: ciiay <yicai@redhat.com>
0081dc9
to
f6b5b01
Compare
|
@ciiay I forgot to clarify. The Please don't forgot to added |
…5200-pie-chart-display-improvement
Signed-off-by: ciiay <yicai@redhat.com>
@alexmt Thanks for the information. It looks like this directory information is missing from this page. https://argoproj.github.io/argo-cd/developer-guide/dependencies/#argo-ui-components . How could I or anyone update this documentation? |
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.
LGTM
You can make changes in https://github.com/argoproj/argo-cd/blob/master/docs/developer-guide/dependencies.md#argo-ui-components |
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.
LGTM
…goproj#5200 (argoproj#7042) Signed-off-by: ciiay <yicai@redhat.com> Signed-off-by: viktorplakida <plakyda1@gmail.com>
Fixes: #5200
Signed-off-by: ciiay yicai@redhat.com
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist: