Add library filter for trackers
This commit is contained in:
@@ -21,6 +21,7 @@ import {
|
||||
MetaType,
|
||||
SourcePreferenceChangeInput,
|
||||
} from '@/lib/graphql/generated/graphql.ts';
|
||||
import { TBaseTracker } from '@/lib/data/Trackers.ts';
|
||||
|
||||
type GenericLocation<State = any> = Omit<Location, 'state'> & { state?: State };
|
||||
|
||||
@@ -391,6 +392,7 @@ export interface LibraryOptions {
|
||||
sorts: NullAndUndefined<LibrarySortMode>;
|
||||
sortDesc: NullAndUndefined<boolean>;
|
||||
showTabSize: boolean;
|
||||
tracker: Record<TBaseTracker['id'], NullAndUndefined<boolean>>;
|
||||
}
|
||||
|
||||
export type UpdateCheck = {
|
||||
|
||||
Reference in New Issue
Block a user