Pbatch / CameraChessWeb

Record a chess game live and upload the PGN to Lichess
https://www.camerachess.com
GNU Affero General Public License v3.0
201 stars 17 forks source link

Update boardNumberInput.tsx #47

Closed The-User-Python closed 9 months ago

The-User-Python commented 9 months ago

Changes made:

Added TypeScript type definitions for props.

1.Used React.FC for component typing. 2.Removed unnecessary type (any) from the handleChange function argument. 3.Added ChangeEvent import for better type checking. 4.Added a form-control class to the input for improved styling flexibility. 5.Improved indentation and formatting for better readability.