microl44 / Julet

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

Limit movie table to only list 10 movies at a time. #86

Closed microl44 closed 3 months ago

microl44 commented 3 months ago

Currently all movies are fetched at the same time and the table becomes very large. This introduces the problem of the entire page size becoming unreliable, and should be prevented to make it easier to write styling.

The table size should be limited to a certain number of rows (suggestion is 10) with a functionality to flip pages (1-10, 11-20, etc).

microl44 commented 3 months ago

50 Should be worked on once this one is complete.

microl44 commented 3 months ago

Completed as of pull request #95