mchess-client/lib/pages
Marco 200393ac76 Fix tapping on opponent's piece
With the previous change of starting a tap on a drag,
we removed the GestureDetector from all squares with any pieces.

This included the opponent's pieces. Tapping and taking an opponent's
piece was not possible anymore.

This was a bug, since we still want to detect a tap and take an opponent's piece.
2024-02-01 11:37:00 +01:00
..
chess_game.dart Implement moves by tapping the squares 2024-01-17 20:58:13 +01:00
host_game.dart Introduce checkmate screen 2024-01-18 16:59:33 +01:00
lobby_selector.dart Fix tapping on opponent's piece 2024-02-01 11:37:00 +01:00