fix: support orphaned *arr queue items and improve download matching reliability (#73)
Build and Push Docker Image / build (push) Successful in 1m55s
Docs Check / Markdown lint (push) Successful in 2m14s
Licence Check / Licence compatibility and copyright header verification (push) Successful in 2m40s
CI / Security audit (push) Successful in 3m10s
CI / Swagger Validation & Coverage (push) Successful in 3m31s
Docs Check / Mermaid diagram parse check (push) Successful in 3m48s
CI / Tests & coverage (push) Failing after 4m7s

This commit is contained in:
2026-05-29 12:46:11 +01:00
parent bbc461ad6e
commit 50e1e09e55
8 changed files with 716 additions and 415 deletions
+11
View File
@@ -2419,3 +2419,14 @@ body {
width: 20px;
}
/* ===== Orphaned Download Styling ===== */
.download-card.orphaned {
border-left: 3px dashed var(--border-color, #c8c8cc);
opacity: 0.95;
}
.download-client-logo-wrapper.orphaned-logo {
filter: grayscale(1) opacity(0.5);
cursor: help;
}