Reduce requested category data in queries

This commit is contained in:
schroda
2024-07-01 21:40:27 +02:00
parent 03cfc9b80c
commit 9b8ace003d
19 changed files with 253 additions and 73 deletions

View File

@@ -11,7 +11,6 @@ import { SvgIconTypeMap } from '@mui/material/SvgIcon';
import { ParseKeys } from 'i18next';
import { Location } from 'react-router-dom';
import {
GetCategoryQuery,
GetChapterQuery,
GetExtensionQuery,
GetMangaQuery,
@@ -190,8 +189,6 @@ export enum IncludeInGlobalUpdate {
UNSET = -1,
}
export type TCategory = GetCategoryQuery['category'];
export interface ICategory {
id: number;
order: number;