Remove sidebar help panels

This commit is contained in:
Codex
2026-08-09 13:45:36 +02:00
parent fa7a922d13
commit 1048b70ca8
6 changed files with 12 additions and 20 deletions
+1 -9
View File
@@ -171,7 +171,7 @@ QUEUE_HTML = r"""<!doctype html>
color: var(--text);
background: rgba(255, 255, 255, 0.05);
}
.queue, .highlights {
.queue {
display: grid;
gap: 10px;
min-width: 0;
@@ -352,14 +352,6 @@ QUEUE_HTML = r"""<!doctype html>
<button class="ghost" id="removeFinishedBtn" type="button">Remove finished</button>
</div>
</section>
<section class="panel highlights">
<div>
<h2>What you can do here</h2>
<p class="muted">Search stays focused on finding shows and adding new jobs. Queue now handles status, logs, retries, and cleanup as a separate workflow.</p>
</div>
<span class="badge">Active jobs update every 2.5s</span>
</section>
</aside>
<main>