Skip to content

Commit ad52cf6

Browse files
authored
Merge pull request #232 from LucyLMM/master
visual and functional overhaul
2 parents 6b52370 + 8a423ea commit ad52cf6

File tree

410 files changed

+22762
-1033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+22762
-1033
lines changed

build/icons/256x256.png

14.9 KB
Loading

build/icons/icon.icns

-378 KB
Binary file not shown.

build/icons/icon.ico

-221 KB
Binary file not shown.

build/icons/icon.png

49.6 KB
Loading

engines/fairy-stockfish.exe

1.76 MB
Binary file not shown.
1.15 MB
Binary file not shown.

engines/stockfish.exe

1.06 MB
Binary file not shown.

package-lock.json

Lines changed: 15807 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function createWindow () {
3939
mainWindow = null
4040
})
4141
}
42-
4342
app.on('ready', createWindow)
4443

4544
app.on('window-all-closed', () => {

src/renderer/assets/chessground.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ cg-board square.current-premove {
9494
pointer-events: none;
9595
}
9696
cg-board piece.dragging {
97-
cursor: move;
97+
cursor:crosshair;
9898
z-index: 9;
9999
}
100100
cg-board piece.anim {

0 commit comments

Comments
 (0)