add(metadata): chose and request entity while scanning download/
This commit is contained in:
@@ -113,6 +113,24 @@
|
||||
<button id="import-btn" hidden>Ausgewählte importieren</button>
|
||||
</div>
|
||||
<div id="import-results"></div>
|
||||
|
||||
<dialog id="quick-dialog">
|
||||
<h3>Suchen & Anfragen</h3>
|
||||
<p class="muted mono" id="quick-file"></p>
|
||||
<form id="quick-search-form" class="bar">
|
||||
<input id="quick-q" placeholder="Titel/Serie suchen…" required />
|
||||
<button type="submit">Suchen</button>
|
||||
</form>
|
||||
<label class="muted"
|
||||
>Ziel-Library <select id="quick-library"></select
|
||||
></label>
|
||||
<div id="quick-results" class="cards"></div>
|
||||
<div class="row">
|
||||
<button type="button" id="quick-close" class="secondary">
|
||||
Schließen
|
||||
</button>
|
||||
</div>
|
||||
</dialog>
|
||||
</section>
|
||||
|
||||
<section id="view-settings" hidden>
|
||||
|
||||
Reference in New Issue
Block a user