anix/feat: add studio and source filters. add select all buttons to filters modal

This commit is contained in:
Kentai Radiquum 2025-08-28 04:47:51 +05:00
parent 777fb5b82b
commit 819d336540
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 136 additions and 24 deletions

View file

@ -398,7 +398,6 @@ export const FilterProfileListIdToString: Record<number, string> = {
5: "Брошено",
};
export const FilterStudio = [
"Неважно",
"A-1 Pictures",
"A.C.G.T",
"ACTAS, Inc",
@ -672,7 +671,7 @@ export type Filter = {
is_genres_exclude_mode_enabled: boolean;
profile_list_exclusions: number[];
types: number[]; // fetched from /type/all
studio: string[];
studio: null | string;
source: null | string;
start_year: null | number;
end_year: null | number;