microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Fix issue which happens when user presses "previous page" button before the table is loaded in. #122

Closed microl44 closed 1 month ago

microl44 commented 1 month ago

Since the loading of the movies takes a while, the user is able to press previous page before the data is fetched and the length of variables used to check the displayed movies are still 0.

This lets the user go to page -1 which should not be possible.