Move search controls and add result modal

This commit is contained in:
Codex
2026-08-09 12:22:04 +02:00
parent 15a9ec1948
commit cb86f79da1
7 changed files with 132 additions and 65 deletions
+2 -2
View File
@@ -454,7 +454,7 @@ CONFIG_HTML = r"""<!doctype html>
<h2>Saved defaults</h2>
<div class="stack muted">
<p>These values preload the Search page and act as the fallback folder for new queue jobs.</p>
<p>Mode and quality can still be changed on the Search page before queueing a download.</p>
<p>Search uses these saved mode and quality defaults when opening result actions and queueing downloads.</p>
</div>
</section>
<section class="settings">
@@ -476,7 +476,7 @@ CONFIG_HTML = r"""<!doctype html>
<div class="toolbar">
<div>
<h2>Defaults</h2>
<p class="muted">Manage the folder, mode, and quality that the Search page starts with.</p>
<p class="muted">Manage the folder, mode, quality, and provider defaults used by Search and new queue jobs.</p>
</div>
<button class="primary" id="saveConfigBtn" type="button">Save</button>
</div>