joeldick / chess_puzzles2

0 stars 0 forks source link

Make it easy to jump to a specific puzzle #3

Closed joeldick closed 2 months ago

joeldick commented 2 months ago

Right now, it goes to the next puzzle when you solve it. For development purposes this feature is very important to allow testing of specific puzzles.

joeldick commented 2 months ago

Added dropdown. Populating the numbers takes time because it has to read from the huge json to calculate the number of problems. Will fix in another issue.