Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Add blank line after reply header
Merged did:key:z6MkrxqT...yQRh opened 2 months ago

This patch adds a blank line to seperate the issue reply header from the issue reply payload.

This makes visually parsing the output easier.

1 file changed +1 -0 1b986af0 ff85c74e
modified crates/radicle-cli/src/terminal/issue.rs
@@ -123,6 +123,7 @@ pub fn show(

            widget = widget.divider();
            widget.push(hstack);
+
            widget.push(radicle_term::Label::blank());
            widget.push(term::textarea(comment.body()).wrap(60));
        }
    }