diff --git a/src/components/chapter.svelte b/src/components/chapter.svelte new file mode 100644 index 0000000..3c1cf5d --- /dev/null +++ b/src/components/chapter.svelte @@ -0,0 +1,54 @@ + + +
{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
-