Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Implement hunk-based code review
Alexis Sellier committed 2 years ago
commit bf69ead98470992e044079026dc9273fc3f20461
parent 88db410cd302136285a571380f7ea6c2a8ae56d8
1 file changed +1 -1
modified radicle-tui/src/ui/cob.rs
@@ -142,7 +142,7 @@ impl TableItem<8> for PatchItem {
        let author = Cell::from(format_author(&self.author.did, self.author.is_you))
            .style(Style::default().fg(theme.colors.browser_list_author));

-
        let head = Cell::from(format::oid(self.head))
+
        let head = Cell::from(format::oid(self.head).item)
            .style(Style::default().fg(theme.colors.browser_patch_list_head));

        let added = Cell::from(format!("{}", self.added))