You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can add a page for displaying and searching for books in your library.
Honestly, I have it already coded so I can show you what it looks like, and you can say what you think.
Views:
Gallery view - each book is a separate card with a book cover, a title, and an author's name. Clicking on one of the books takes you to the book's clippings in /browse.
List view - each book is a separate row in a table with a book cover, a title, an author, and a clippings count. On smaller screens, the author column is hidden. Clicking on one of the books takes you to the book's clippings in /browse.
There is a button group that allows you to easily switch between the two views.
Search bar:
Allows you to filter books by a book title and an author's name.
Hides books that do not match the text of the search bar.
It looks like this:
Dashboard
Gallery view and search bar
Of course it is fully responsive:
List view and search bar
And on smaller screens:
Info
There can also be a dedicated link to this page like requested in #30.
Book covers are temporarily the same image. Future improvements require using some kind of API (maybe something from here and this package). After fetching all the covers using API, links to the covers should be stored in the db. There should also be an option to edit the cover's link.
The text was updated successfully, but these errors were encountered:
Description
I can add a page for displaying and searching for books in your library.
Honestly, I have it already coded so I can show you what it looks like, and you can say what you think.
Views:
Search bar:
It looks like this:
Of course it is fully responsive:
And on smaller screens:
Info
There can also be a dedicated link to this page like requested in #30.
TODOs
The text was updated successfully, but these errors were encountered: