Fix: Search Tags + Status (WIP)

This commit is contained in:
Youwes09
2026-04-02 11:05:19 -05:00
parent f49f7e7ac1
commit f146de5c02
2 changed files with 416 additions and 1042 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -441,8 +441,8 @@ export const GET_SOURCES = `
`; `;
export const FETCH_SOURCE_MANGA = ` export const FETCH_SOURCE_MANGA = `
mutation FetchSourceManga($source: LongString!, $type: FetchSourceMangaType!, $page: Int!, $query: String) { mutation FetchSourceManga($source: LongString!, $type: FetchSourceMangaType!, $page: Int!, $query: String, $filters: [FilterChangeInput!]) {
fetchSourceManga(input: { source: $source, type: $type, page: $page, query: $query }) { fetchSourceManga(input: { source: $source, type: $type, page: $page, query: $query, filters: $filters }) {
mangas { mangas {
id id
title title