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