mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-10 19:47:42 +00:00
feat(torrents): add seeding lifecycle and upload controls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user