feat: Created a History tab in the Radarr UI and created a list history command and mark-history-item-as-failed command for Radarr

This commit is contained in:
2026-01-13 12:35:54 -07:00
parent 0172253d20
commit ad9e2b3671
52 changed files with 2265 additions and 84 deletions
@@ -91,9 +91,9 @@ mod tests {
assert_eq!(
app.data.radarr_data.main_tabs.get_active_route(),
ActiveRadarrBlock::RootFolders.into()
ActiveRadarrBlock::History.into()
);
assert_navigation_pushed!(app, ActiveRadarrBlock::RootFolders.into());
assert_navigation_pushed!(app, ActiveRadarrBlock::History.into());
}
#[rstest]