refactor(ui): Simplified the popup delegation so all future UI is easier to implement

This commit is contained in:
2024-12-11 15:08:52 -07:00
parent e9a30382a3
commit c09950d0af
59 changed files with 488 additions and 660 deletions
@@ -141,7 +141,7 @@ mod utils {
assert_eq!(
app.get_current_route(),
(ActiveRadarrBlock::EditCollectionPrompt, Some($context)).into()
(ActiveRadarrBlock::EditCollectionPrompt, $context).into()
);
assert_eq!(
app.data.radarr_data.selected_block.get_active_block(),