chess-tui icon indicating copy to clipboard operation
chess-tui copied to clipboard

fix: history entry must have a `PieceType`, and therefore does not need to be an `Option<PieceType>`, but rather a `PieceType`

Open JeromeSchmied opened this issue 10 months ago • 5 comments

This PR adds refactor the History to create a new type pub type HistRec = (PieceType, String);

JeromeSchmied avatar Mar 25 '24 12:03 JeromeSchmied