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
feat(ui): add Continue/Read button to series detail page
Add a prominent button next to Download on the series detail page that
navigates directly to the next book to read, removing the need to scroll
through the book list to find it.
The button picks the next book by sorting by number and selecting the
first in-progress book, or the first unread book if none are in progress.
It shows "Continue" for books with existing progress and "Read" for fresh
starts. Hidden when all books are completed. The Download button becomes
secondary (light variant) when the Continue button is present.
Reuses the same query cache as SeriesBookList so no extra API calls.
0 commit comments