add(chore): bulk requests

This commit is contained in:
Steppenstreuner
2026-08-28 13:37:33 +02:00
parent 262700ee45
commit 0299895869
8 changed files with 143 additions and 19 deletions
+11
View File
@@ -48,6 +48,13 @@
<label>Autor(en) <input name="authors" /></label>
<label>Serie <input name="series" /></label>
<label>Band <input name="volume" type="number" min="0" /></label>
<label
>bis Band (Bulk, optional)
<input name="volume_to" type="number" min="0" />
<span class="muted"
>Legt pro Band/Folge eine Anfrage an, z.B. 1 bis 300</span
>
</label>
<label>Jahr <input name="year" type="number" /></label>
<label>ISBN/ID <input name="external_id" /></label>
<label
@@ -84,6 +91,10 @@
<section id="view-import" hidden>
<div class="bar">
<button id="scan-btn">Download-Ordner scannen</button>
<label class="muted"
><input type="checkbox" id="split-dirs" /> Ordner als Einzeldateien
behandeln (z.B. Folgen-Sammlungen)</label
>
<span id="scan-info" class="muted"></span>
</div>
<table id="import-table" hidden>