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

Update trace colors for accessibility #632

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Update trace colors for accessibility #632

merged 1 commit into from
Nov 1, 2023

Conversation

tlmii
Copy link
Member

@tlmii tlmii commented Nov 1, 2023

Small modifications to the text color in a few areas of the traces and trace details pages.

This updates the text colors in the following places to ensure proper contrast:

image
image
image
image

The actual color changes are minimal. In all cases, both light and dark mode, we were close, but not quite. Before/After screenshots don't show any obvious difference unless you look really hard.

These changes impact both light and dark mode even though I've only shown dark mode above. I used the same setup that @JamesNK implemented for the metrics colors to handle the light/dark toggling given we're creating new variables.

This partially resolves #77, and I'm going to split off the remaining items I found into separate issues because they need more design discussion and potentially a11y team involvement.

@tlmii
Copy link
Member Author

tlmii commented Nov 1, 2023

As of yesterday, the plan was to backport this to preview 1 as well once approved

@tlmii tlmii merged commit d8603c2 into dotnet:main Nov 1, 2023
5 checks passed
@tlmii tlmii deleted the dev/trace-colors branch November 1, 2023 23:57
@tlmii
Copy link
Member Author

tlmii commented Nov 2, 2023

/backport to release/8.0-preview1

Copy link
Contributor

github-actions bot commented Nov 2, 2023

Started backporting to release/8.0-preview1: https://github.com/dotnet/aspire/actions/runs/6728052386

Copy link
Contributor

github-actions bot commented Nov 2, 2023

@tlmii backporting to release/8.0-preview1 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Patch format detection failed.
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

Copy link
Contributor

github-actions bot commented Nov 2, 2023

@tlmii an error occurred while backporting to release/8.0-preview1, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

davidfowl pushed a commit that referenced this pull request Nov 2, 2023
joperezr added a commit that referenced this pull request Nov 14, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Traces page usability
4 participants