feat: reset all queue filters together

Add one contextual reset action that clears the upload sidebar, filename search, host filter, and status filter in a single render while restoring selection and scroll state consistently.
This commit is contained in:
Sucukdeluxe
2026-08-21 00:55:26 +02:00
parent d3c6475321
commit 503cb26615
7 changed files with 82 additions and 0 deletions
+7
View File
@@ -401,6 +401,13 @@ body {
background: var(--border);
margin: 0 4px;
}
.queue-filter-reset {
margin-left: auto;
white-space: nowrap;
}
.queue-filter-reset[hidden] {
display: none;
}
.queue-container {
flex: 1 1 0;
min-height: 0;