valarao / chocolate-thunder-chess

Allow chess players to search through 1,000+ common opening positions.
MIT License
2 stars 2 forks source link

add pagination #78

Closed austincho closed 3 years ago

austincho commented 3 years ago

Overview The changes in this PR resolve issue #43 and adds pagination to the display notation.

Preview Because of the performance issues with retrieving variants for the base openings, it may be hard to search for base openings and view the paginations on the Heroku app so I've included a gif. This is a subset of the "defence" search results.

PaginationPreview1