-
Notifications
You must be signed in to change notification settings - Fork 228
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
Use different color to indicate move blunder in variation window #389
Conversation
Although we can navigate by keyboard, i have made it possible to use mouse
@OlivierBlanvillain has added a auto formatter plug-in into the pom.xml in latest branch 'next'. |
@phiming It's a nice idea, but I think it makes more sense to display this information alongside the winrate. Indeed, at any point in time we can only see a small subset of the nodes in the variation window, whereas the winrate graph shows an overall view of the game. So my suggestion would be to close this in favor of #384. |
no I like this idea. why not display it? |
can I have an explanation of the colors meanings? I don't get why there is black |
@zsalch |
@olivier |
@featurecat |
what about red orange yellow? you could even make it a smoother gradient. |
@phiming
|
I'll take care 1.; merging next into this branch. |
By the way, why is this PR based on the "Use mouse to jump to any node(position) in variation window"? If it doesn't have to it would be better to make independent commits, because as it stands we will have to wait for:
Before even starting to review the code... |
@zsalch, for 2, 4, I am not good at UI designing, in fact, this feature needs only a little coding, but the ideas is nice, at least for me. You are more experienced at UI designing, and also have good program skill. You may change the code as you like, I would be very glad for your help. |
@phiming You can also merge if rebasing is too painful (and it probably is here). |
@phiming |
@OlivierBlanvillain @phiming Config: What do you think, what suggest? I always feel that the current node is a little bit strange. |
@phiming @OlivierBlanvillain @featurecat This effect does not look good. |
I think this effect looks good to indicate comments. for blunders did you try experimenting with less saturated colors? something like that? |
Allow users to specify the blunder color, like [255,0,0] or [255,0,0,200]. |
Reopen #413, closed this. |
#383
Use different color to indicate move blunder in variation window.
Add concentric circles display for nodes with comments.