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

The move number now appears as you hover the Eval Line (about to click on a move) so you know which move you're clicking on #249

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yuzisee
Copy link

@yuzisee yuzisee commented Sep 29, 2023

Summary

This is a simpler version of #235 containing only the Move Number / Token annotation, and without all the eval stuff.

image

Purpose

When hovering the mouse, show the move token of the move you are hovering over.

  1. Make Analysis Easier:
  • When Analysis is on, you might not want to change the actual move (or it will disrupt your analysis).
  • However, you may still wish to investigate certain eval spikes while analysis continues to run on the rest of the game. This pull request lets you hover over whatever sections of the eval line are interesting to you and see which moves they correspond to, without having to click & disrupt the analysis itself.
  1. Improve Usability:
  • When you click on the eval line, in current master, you aren't ever really sure which move you'll get.
  • This pull request helps users pinpoint specific moves that they are hoping to jump to before they click, by providing live feedback beside their cursor.

yuzisee and others added 2 commits September 29, 2023 09:37
… see which move number you are clicking on / find specific move numbers to click on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant