Feat: Added Filtering System in Library (Request: #13)

This commit is contained in:
Youwes09
2026-03-29 13:22:08 -05:00
parent d407359973
commit 262027d9f9
3 changed files with 298 additions and 20 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface Manga {
inLibrary: boolean;
downloadCount?: number;
unreadCount?: number;
chapterCount?: number;
description?: string | null;
status?: string | null;
author?: string | null;