Add "status" library filter

This commit is contained in:
schroda
2024-09-15 00:48:32 +02:00
parent 009da03236
commit 1708d5daff
8 changed files with 60 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ import {
GetSourceBrowseQuery,
GetSourceSettingsQuery,
MangaReaderFieldsFragment,
MangaStatus,
MetaType,
SourcePreferenceChangeInput,
TrackerType,
@@ -281,6 +282,7 @@ export interface LibraryOptions {
sortDesc: NullAndUndefined<boolean>;
showTabSize: boolean;
tracker: Record<TrackerType['id'], NullAndUndefined<boolean>>;
status: Record<MangaStatus, NullAndUndefined<boolean>>;
}
export type ServerSettings = GetServerSettingsQuery['settings'];