feat: display missing books count badge on series covers
Show an orange badge with BookX icon on series covers when the Stripstream API reports missing books in the collection. Also display a warning status badge on the series detail page header. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -49,6 +49,7 @@ export interface StripstreamSeriesItem {
|
||||
books_read_count: number;
|
||||
first_book_id: string;
|
||||
library_id: string;
|
||||
missing_count?: number | null;
|
||||
}
|
||||
|
||||
export interface StripstreamSeriesPage {
|
||||
|
||||
Reference in New Issue
Block a user