microl44 / Julet

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

Insert temp rows in table that is displayed before fetched rows from API are loaded in. #85

Open microl44 opened 3 months ago

microl44 commented 3 months ago

Currently on load the table is empty and resizes itself once the rows has been fetched from the database.

This resize is ugly and generic loading rows should be inserted from the start, to prevent it from resizing once data is loaded. Suggestion would be to empty rows with loading wheels to indicate that data is fetching.