mchess-client/lib/pages
Marco b9d574f2ab Fix 1-pixel lines between squares
In window widths or heigths that are not divisible by 8, the chess board
would contain lines between the squares (since the contraints of the
chess board rows would contain non-integer constraints).

With this commit, we calculate margins manually, in order to constrict
the chess board to widths and heights that are divisible by 8.
2023-08-22 04:24:30 +02:00
..
chess_game.dart Fix 1-pixel lines between squares 2023-08-22 04:24:30 +02:00
host_game.dart Make passphrase selectable. 2023-07-06 15:01:27 +02:00
join_game.dart Make promotions work. 2023-07-03 19:41:12 +02:00
lobby_selector.dart Use position to build board 2023-08-14 17:04:25 +02:00
prepare_random_game.dart dart fix 2023-07-03 19:55:44 +02:00