Favorite
Closed this issue · 1 comments
lchauvin commented
Move checkIfFavorite after adding item to recent and difficulty.
Populate items with class="xxx" (where xxx is the ID of the lesson)
After populating loop, retrieve all IDs in the database, and set class "Favorite" to all classes with id of the database.
When item is clicked, set Favorite / NonFavorite to all classes with same id.