I'll create a series overview page and add navigation between series and book detail pages. Let me check the current implementation.
Now I'll create a series overview page and update the book detail page to add navigation to series pages.
I've created a series overview page that displays all books in a series with their positions, covers, and metadata. The series information on the book detail page is now clickable and navigates to the series overview, and from the series page users can click on any book to navigate to its detail page. The series page also shows the series description and the total number of books in the collection.
I'll add a series listing page with pagination and add it to the sidebar navigation. Let me check the current sidebar and pagination components.
Now I'll create a series listing page with pagination and add it to the sidebar navigation.
I've successfully added a series listing page at /series that displays all series in a card grid with search functionality and the same pagination system as the library page. The sidebar now includes a "Series" link with a BookMarked icon, and the pagination component has been updated to support customizable item labels so it can display "Series per page" instead of "Books per page" on the series listing.