-
Notifications
You must be signed in to change notification settings - Fork 70
Opening Trainer #27
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
Opening Trainer #27
Conversation
Hi @Speedauge, thanks for the PR 👍 |
56aefa2
to
7e55a89
Compare
Horizontal * |
…sections (hide PlayerHeader), keep them in Analysis section only.
…s in Analysis page - Restored conditional rendering to hide the progress bar when value is zero, matching original behavior. - Updated project by syncing with upstream repository and resolved merge conflicts. - Ensured consistency in constants and styling across components.
This pull request introduces several new features and improvements, focusing on adding a new chess opening training page, enhancing the board component's functionality, and updating the navigation menu. Key changes include the implementation of a new
OpeningPage
for learning chess openings, support for visual feedback on the board, and the addition of Italian game variations.Player avatars were removed from the Play and Opening sections (useless since you’re playing against the bot). Commit 419f0e8
Improvements needed :
Avoid vertical scrolling (I'm going crazy)