ui: move search results below download/extract controls

Search bar stays at top as the "command center".
Download queue and extract controls follow.
Results render at the bottom — the main scrolling area.
This commit is contained in:
2026-06-21 22:35:18 -07:00
parent 31fd368bda
commit f195ba5a5c
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -22,7 +22,6 @@
<button id="search-dl-all">Download Top 10</button>
</div>
<div id="search-status"></div>
<div id="search-results"></div>
</section>
<section id="download-section">
@@ -39,6 +38,11 @@
</div>
<div id="extract-status"></div>
</section>
<section id="results-section">
<h2>Results <span id="result-count"></span></h2>
<div id="search-results"></div>
</section>
</div>
<script src="app.js"></script>
</body>