modified radicle-tui/src/app.rs
@@ -38,6 +38,7 @@ pub enum PatchCid {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-tui/src/app/page.rs
@@ -169,6 +169,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -180,6 +181,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -190,6 +192,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -220,7 +223,8 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/layout.rs
@@ -2,19 +2,20 @@ use tuirealm::props::{AttrValue, Attribute};
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -170,13 +171,18 @@ pub fn centered_label(label_w: u16, area: Rect) -> Rect {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -187,7 +193,7 @@ pub fn issue_preview(area: Rect, shortcuts_h: u16) -> IssuePreview {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -195,9 +201,10 @@ pub fn issue_preview(area: Rect, shortcuts_h: u16) -> IssuePreview {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|