feat: add progressbar on lists

This commit is contained in:
Julien Froidefond
2025-02-26 08:07:40 +01:00
parent 15a27005a0
commit 7c8fa6bf72
6 changed files with 83 additions and 18 deletions

View File

@@ -17,6 +17,8 @@ export interface KomgaLibrary {
importLastModified: string;
lastModified: string;
unavailable: boolean;
booksCount: number;
booksReadCount: number;
}
export interface KomgaSeries {