feat(ui): Sonarr support for the series details popup

This commit is contained in:
2024-12-06 20:30:26 -07:00
parent 73d666d1f5
commit 23b1ca4371
39 changed files with 3075 additions and 956 deletions
+8
View File
@@ -18,6 +18,14 @@ mod test {
);
}
#[test]
fn test_style_indeterminate() {
assert_eq!(
Style::new().indeterminate(),
Style::new().fg(COLOR_ORANGE)
);
}
#[test]
fn test_style_default() {
assert_eq!(Style::new().default(), Style::new().white());