refactor(ui): Simplified the popup delegation so all future UI is easier to implement
This commit is contained in:
@@ -17,5 +17,7 @@ mod tests {
|
||||
assert!(!CollectionDetailsUi::accepts(active_radarr_block.into()));
|
||||
}
|
||||
});
|
||||
|
||||
assert!(CollectionDetailsUi::accepts((ActiveRadarrBlock::CollectionDetails, Some(ActiveRadarrBlock::CollectionDetails)).into()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user