microl44 / Julet

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

Add titles to "movies.php" item description #70

Closed microl44 closed 5 months ago

microl44 commented 1 year ago

Currently a description is automatically fetched from the imdb website when adding a new movie, and the title is web-scraped as well. However, the movies.php site doesn't display the title, only the description, next to each movie.

Make it so the title is displayed as well. The tilter should be a bigger font-size, be contained within the card, next to the image and have a bigger font-weight than the description.

In theory, each movie poster will be added in the order we viewed them in, just like the database entries of the main table. This means it should be possible to just fetch all titles from the movies table in the database, sorted on their ID and add titles to the cards in that order.

microl44 commented 5 months ago

Done as of current rebase. Will be apparent once #89 is fixed and page is functional again.