add(metadata): chose and request entity while scanning download/

This commit is contained in:
Steppenstreuner
2026-08-28 14:08:02 +02:00
parent 0299895869
commit c03bd4a2e2
3 changed files with 118 additions and 1 deletions
+2
View File
@@ -39,6 +39,8 @@ td select { max-width: 340px; }
dialog { background: var(--panel); color: var(--text); border: 1px solid var(--border); border-radius: 8px; padding: 1.2rem; min-width: 340px; }
dialog::backdrop { background: rgba(0,0,0,0.6); }
dialog label { display: flex; flex-direction: column; gap: 0.2rem; margin: 0.5rem 0; font-size: 0.9rem; color: var(--muted); }
#quick-dialog { min-width: 480px; max-width: 640px; }
#quick-results { max-height: 50vh; overflow-y: auto; margin-top: 0.6rem; }
.ok { color: #6fbf73; }
.error { color: #e08585; }
#toast { position: fixed; bottom: 1.2rem; right: 1.2rem; background: var(--accent); color: #fff; padding: 0.7rem 1.1rem; border-radius: 6px; box-shadow: 0 4px 16px rgba(0,0,0,0.4); }