chessground icon indicating copy to clipboard operation
chessground copied to clipboard

Mobile/Web chess UI for lichess.org

Results 21 chessground issues
Sort by recently updated
recently updated
newest added

Issue lichess-org/lila#10410 : Colorblind people cant see the difference between red and green. Making higher contrast in color brushes so colorblind people can at least see different shades of red...

Using the arrows, I am trying to show a sequence of moves. It is Black to play. First the moves shown by the red arrows are played, then the moves...

I would like to be able to fully control the state of the board by being able to programmatically handle user move gestures myself. Currently the API doesn't allow this,...

enhancement

Chessground appears to be inaccessible to screen readers. The only things visible are 1-8 and a-h. Would implementing an accessibility layer by out of scope? On one hand, it seems...

https://github.com/ornicar/lila/issues/7107#issuecomment-677428260 ideas: * try #101 * detect and disable animations

bug

Drag and Drop api is pretty well supported. It would allow dragged pieces to track more closely to mouse pointer, making for smoother piece movement. https://caniuse.com/#search=draganddrop cc @niklasf

prospect

Most browsers support web animations, which might animate piece translations more smoothly. Worth investigating.

prospect

Pointer events might simply our mouse/touch handling code.

prospect

When a premove activates it looks weird to have the piece move at normal speed -- is that what we want?