1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Improve messaging if release is in queue because all episodes in release were not imported

This commit is contained in:
Mark McDowall
2021-02-23 18:39:24 -08:00
parent cd28af98ee
commit 2728bf79ca
4 changed files with 29 additions and 6 deletions
@@ -3,3 +3,7 @@
width: 30px;
}
.noMessages {
margin-bottom: 10px;
}
@@ -12,7 +12,10 @@ function getDetailedPopoverBody(statusMessages) {
{
statusMessages.map(({ title, messages }) => {
return (
<div key={title}>
<div
key={title}
className={messages.length ? undefined: styles.noMessages}
>
{title}
<ul>
{