mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: add studio and source filters. add select all buttons to filters modal
This commit is contained in:
parent
777fb5b82b
commit
819d336540
4 changed files with 136 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue