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
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user