Remove sidebar help panels
This commit is contained in:
+1
-9
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user