Commit | Line | Data |
---|---|---|
8864e274 | 1 | Styles must be improved (full width for smartphones, selectable text for PGN...) |
e64a4eff BA |
2 | Tooltip text should fade (even when mouse stay on it, especially for small screens) |
3 | Checkered stage 2: switch button at reserve position. | |
4 | If a played disconnect right after opponent sent a move, it might be never received: secure this | |
9775362b BA |
5 | Think about non-conventional variants with 2 kings for example: undercheck highlight? |
6 | --> underCheck should return a vector in this case. Adapt. | |
0cfb5936 | 7 | --> incheck should be an array of squares, in general. Think AntiKing |