New: Queue status icon is purple when download is waiting to import or importing

Fixed: Time Left on Queue won't show when completed
Queue status/timeleft improvements

Closes #281

(cherry picked from commit 910de6d94a4482e82e295153e01c299460af2d2d)
This commit is contained in:
Mark McDowall
2020-05-24 13:30:33 -07:00
committed by Qstick
parent 1be94da583
commit d34e588588
3 changed files with 14 additions and 7 deletions

View File

@@ -25,3 +25,7 @@
.warning {
color: $warningColor;
}
.purple {
color: $purple;
}