From f94398cef82c8904da5fa121c74f3536f5c00f74 Mon Sep 17 00:00:00 2001
From: Daniel Bulant dispatch("select")} class:selected={selected}>
+
+
+
\ No newline at end of file
diff --git a/src/pages/[manga]/index.svelte b/src/pages/[manga]/index.svelte
index 3b373cf..d01312a 100644
--- a/src/pages/[manga]/index.svelte
+++ b/src/pages/[manga]/index.svelte
@@ -1,7 +1,8 @@
+{chapter.data.attributes.volume ? "Vol " + chapter.data.attributes.volume : ""}
+ Chapter {chapter.data.attributes.chapter}
+ {chapter.data.attributes.title}
+ !disabledDownload && dispatch("download")} class:disabled={disabledDownload}>Download
+ !disabledDownload && dispatch("view")}>View
+
{queue.length} downloads queued.
+ {/if} + +
Do not close the tab when a download is in progress.
@@ -143,13 +202,7 @@
{#each chapters.results.filter(c => c.data.attributes.translatedLanguage === "en") as chapter}
-
@@ -157,6 +210,18 @@
-
+ {chapter.data.attributes.volume ? "Vol " + chapter.data.attributes.volume : ""}
- Chapter {chapter.data.attributes.chapter}
- {chapter.data.attributes.title}
- prepare(chapter)}>Download
- View
-