Compute proper foreground color for labels#16729
Merged
Merged
Conversation
6221115 to
2456418
Compare
This comment has been minimized.
This comment has been minimized.
Member
|
Note there is a similar function in JS that should be made to match the backend implementation: gitea/web_src/js/components/ContextPopup.vue Lines 75 to 86 in c9bca8c |
Contributor
Author
|
Good catch! I'll fix that this evening |
Contributor
Author
|
Fixed! |
zeripath
approved these changes
Aug 21, 2021
Member
|
I think this all looks great, would you be able to attach a couple example images? |
Contributor
Author
|
Sure thing! I'll take some tonight with some sample colours. |
jolheiser
approved these changes
Aug 24, 2021
jolheiser
left a comment
Member
There was a problem hiding this comment.
Disregard my other comment, for some reason I thought this was changing colors, rather it's just a different formula for choosing white/black text.
Contributor
Author
|
I'll still take some tonight anyway, since it might be helpful for the changelog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This properly ensures that the contrast ratio is maximised for any given color choice.
The comments explain the exact calculations done (you can check that I transcribed it correctly), but to fully clarify for review: