1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Add icons for search results to indicate if it has been previously grabbed, failed or is in the blacklist.

This commit is contained in:
Qstick
2020-09-11 22:17:36 -04:00
parent 2ee77aa0a4
commit 4ea9ded0de
8 changed files with 146 additions and 40 deletions
@@ -62,3 +62,13 @@
.title div {
@add-mixin truncate;
}
.history {
composes: cell;
width: 75px;
}
.blacklist {
margin-left: 5px;
}