[V1] Flatpak Release + Buffering Fix & Storage Management

This commit is contained in:
Youwes09
2026-02-22 13:37:02 -06:00
parent 7ab3cf3df3
commit d834e10fd8
21 changed files with 7591 additions and 49 deletions
+18
View File
@@ -163,6 +163,24 @@ export const DELETE_DOWNLOADED_CHAPTERS = `
}
`;
export const GET_DOWNLOADED_CHAPTERS_PAGES = `
query GetDownloadedChaptersPages {
chapters(condition: { isDownloaded: true }) {
nodes {
pageCount
}
}
}
`;
export const GET_DOWNLOADS_PATH = `
query GetDownloadsPath {
settings {
downloadsPath
}
}
`;
// ── Downloads ─────────────────────────────────────────────────────────────────
export const GET_DOWNLOAD_STATUS = `