| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
update galata references |
Sorry, something went wrong.
Signed-off-by: Itay Dafna <idafna@seas.upenn.edu>
|
update galata references |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks! Looking at the visual diffs, this has an impact on the text color in nodes, should we keep the text in nodes black?
Sorry, something went wrong.
|
I intentionally changed the text color of the nodes so that the text is
still visible if the text exceeds the bounds of the node's radius on the
dark theme. Otherwise it has the same color as the background and makes it
impossible to read.
…On Thu, Feb 10, 2022, 00:20 martinRenou ***@***.***> wrote:
***@***.**** commented on this pull request.
Looking at the visual diffs, this has an impact on the text color *in*
nodes, should we keep the text in nodes black?
—
Reply to this email directly, view it on GitHub
<#1447 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZICWOKIVR32KLQLLJUDVTU2NYNRANCNFSM5M4SSG4A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry, something went wrong.
|
Makes sense, thanks! |
Sorry, something went wrong.
|
meeseeksdev please backport to 0.12.x |
Sorry, something went wrong.
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
git checkout 0.12.x git pull
git cherry-pick -m1 4055890117c3ebd49da67b9bc8e0c03f1e91480f
git commit -am 'Backport PR #1447: Add default color CSS selectors to node text'
git push YOURFORK 0.12.x:auto-backport-of-pr-1447-on-0.12.x
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the Still Needs Manual Backport label once the PR gets merged. If these instructions are inaccurate, feel free to suggest an improvement. |
Sorry, something went wrong.
* Add default color CSS selectors to node text Signed-off-by: Itay Dafna <idafna@seas.upenn.edu> * Run lint * Update Galata References * Update Galata References Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
meeseeksdev please backport to 0.12.x |
Sorry, something went wrong.
…7-on-0.12.x Backport PR #1447 on branch 0.12.x (Add default color CSS selectors to node text)
| Back | FazBrowse Home | New Git URL |
Signed-off-by: Itay Dafna idafna@seas.upenn.edu
Visual regressions tests will likely need to be updated for Node objects as default text color for dark theme is now lighter.