-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Coordinate Trainer: option for coordinates on every square #15221
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fdd77e3
init
BSmick6 713afe1
create toggle and necessary props for ctrl obj
BSmick6 8e60c25
i18n and more config
BSmick6 683f4e3
comment out errors for now
BSmick6 6daa322
Merge branch 'master' into opt-coords-every-sq
ornicar e2de3ac
Merge branch 'master' into opt-coords-every-sq
ornicar dfb3985
Merge branch 'master' into opt-coords-every-sq
ornicar d1ac4ef
upgrade to chessground 9.1.1 to get coordinatesOnSquares
ornicar fd194cb
fix chessground setting name
ornicar bf6479b
Merge branch 'opt-coords-every-sq' of https://github.com/BSmick6/lila…
ornicar d19f50c
Merge branch 'master' into opt-coords-every-sq
BSmick6 61cddb9
minor text update
BSmick6 fac1607
disable when show coordinates is disabled
BSmick6 dc4a887
Merge branch 'master' into opt-coords-every-sq
BSmick6 53b6950
prettified
BSmick6 c80a720
Merge branch 'master' into opt-coords-every-sq
BSmick6 5431ef1
Merge branch 'master' into opt-coords-every-sq
BSmick6 65b293d
hard coded style fix
BSmick6 2cc3ff9
Merge branch 'master' into opt-coords-every-sq
BSmick6 f959c7b
pnpm fix
BSmick6 f6fa9c9
major css fixes
BSmick6 e7caf99
move coord text color css to proper file
BSmick6 b2107e3
clarify white orientation ranks
BSmick6 9f74fd7
cleaner css
BSmick6 2f2236e
Merge branch 'master' into opt-coords-every-sq
BSmick6 33e7393
align new css with old code
BSmick6 2fe4f91
condense css
BSmick6 47d92db
rank and file
BSmick6 296405e
Merge branch 'master' into opt-coords-every-sq
BSmick6 d8c35f8
Merge branch 'master' into opt-coords-every-sq
ornicar c007a8d
scala code golf
ornicar e817388
fix coordinate trainer layout
ornicar fe07fdf
remove unnecessary styles
ornicar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't love the
.squaresclass name. Squares are referenced very often in chess. For example, chessground already uses a<square>element. I anticipate conflicts one day, but for now, we can just specify the<coords>element to mitigate that risk.