feat(torrents): add seeding lifecycle and upload controls

This commit is contained in:
NimBold
2026-08-01 21:27:49 +03:30
parent bb64c4cd52
commit dea6ad1974
26 changed files with 663 additions and 25 deletions
+9
View File
@@ -3239,6 +3239,10 @@ html[dir="rtl"] .download-context-menu-chevron {
background: hsl(199 89% 48%);
}
.download-progress-fill.seeding {
background: hsl(262 83% 58%);
}
.download-progress-fill.queued {
background: hsl(var(--status-queued));
}
@@ -3281,6 +3285,11 @@ html[dir="rtl"] .download-context-menu-chevron {
font-weight: 600;
}
.download-status-seeding {
color: hsl(262 83% 58%);
font-weight: 600;
}
.download-status-queued {
color: hsl(var(--status-queued));
font-weight: 600;