Add unqueue (delete) button to web reading view
Adds a delete route and handler to the web UI so documents can be removed directly from the reading page. Uses CSRF-protected POST with a browser confirmation dialog. Styled with a danger accent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -252,6 +252,14 @@ button:hover, .btn:hover {
|
||||
padding: 0.1875rem 0.625rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.btn-danger {
|
||||
color: var(--accent);
|
||||
border-color: var(--accent);
|
||||
}
|
||||
.btn-danger:hover {
|
||||
background: var(--accent);
|
||||
color: var(--bg);
|
||||
}
|
||||
|
||||
/* ===========================
|
||||
Forms
|
||||
|
||||
Reference in New Issue
Block a user