feat(favorites): add button and local store choice

This commit is contained in:
Julien Froidefond
2025-02-13 22:28:32 +01:00
parent d3e355b0e1
commit 65e62f5800
9 changed files with 319 additions and 77 deletions

View File

@@ -30,8 +30,12 @@ export interface KomgaSeries {
booksCount: number;
booksReadCount: number;
booksUnreadCount: number;
booksInProgressCount: number;
metadata: SeriesMetadata;
booksMetadata: BooksMetadata;
deleted: boolean;
oneshot: boolean;
favorite: boolean;
}
export interface SeriesMetadata {