EiSimp / Book-Archive

BookPals
https://book-archive-production.up.railway.app/homepage
0 stars 0 forks source link

UI my record bookclub #88

Closed elllaPark closed 3 months ago

elllaPark commented 3 months ago

Display thumbnails on comment card

Files Modified: BookshelfController.java, bookshelf.js, card.css

Fixed Collection sort function

Files Modified: BookshelfService.java Issue: Clicking the "sort" causes all collection displays to disappear. So changed the sortBookshelves in the BookshelfService to handle only List<Bookshelf> bookshelves = getAllBookshelvesByUser();

Book detail page modification

Files Modified: bookdetail.js, bookdetail.html, bookdetail.css Issue: no button for adding a book to the books-to-read so I created one more button on the top right of the content container.

Screenshot 2024-07-27 at 1 58 11 AM

Created comment modal

Screenshot 2024-07-27 at 1 59 34 AM

Checked png

Also, I added checked.png. This icon will be displayed if the book is already in one of read, reading, wishlist. If the user clicks the wishlist icon, the book is added to the wishlist, and the wishlist icon changes into checked.png.

bookclub detail page

made calendar.