Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
issue: Adjust to span default
Erik Kundt committed 2 years ago
commit 589261198059a9cdd4f2f157eabef8e5b338a81d
parent 5034b92fea544f26841a7a81cf20e18b2b1653a1
1 file changed +6 -3
modified bin/commands/issue/flux/select/ui.rs
@@ -337,10 +337,13 @@ impl Render<()> for Issues {
            layout[2],
            FooterProps {
                cells: [
-
                    span::badge("/".to_string()),
-
                    span::default(self.props.filter.to_string()).magenta().dim(),
+
                    span::badge("/".to_string()).into(),
+
                    span::default(self.props.filter.to_string())
+
                        .magenta()
+
                        .dim()
+
                        .into(),
                    String::from("").into(),
-
                    progress.clone(),
+
                    progress.clone().into(),
                ],
                widths: [
                    Constraint::Length(3),