add(ui/ux): create a request manually from the import dialog

This commit is contained in:
Steppenstreuner
2026-08-28 21:23:32 +02:00
parent 60b9e44a11
commit 60dd9e2f47
3 changed files with 38 additions and 8 deletions
+9
View File
@@ -204,6 +204,15 @@
></label>
<div id="quick-open-requests"></div>
<div id="quick-results" class="cards"></div>
<details id="quick-manual">
<summary>Nicht bei Audible? Manuell anlegen</summary>
<div class="bar wrap">
<label>Titel <input id="quick-m-title" /></label>
<label>Serie <input id="quick-m-series" placeholder="optional" /></label>
<label>Folge/Band <input id="quick-m-volume" type="number" min="0" /></label>
</div>
<button type="button" id="quick-m-submit">Anlegen &amp; verbinden</button>
</details>
<div class="row">
<button type="button" id="quick-close" class="secondary">
Schließen