valarao / chocolate-thunder-chess

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

Integrate favourites feature with individual users #91

Closed joyx9 closed 3 years ago

joyx9 commented 3 years ago

This PR refactors the favourites feature so that users now store their individual list of favourites. Favourites are only accessible when logged in, and the ability to favourite something is also limited to when a user is logged in. Custom notations cannot be favourited.

This PR also removed extraneous and unused pages such as the About page.