modified bin/commands/issue/list.rs
@@ -6,12 +6,12 @@ use std::str::FromStr;
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -22,6 +22,7 @@ use radicle::Profile;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -370,7 +371,14 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/list/ui.rs
@@ -4,7 +4,7 @@ use std::vec;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,7 +119,7 @@ pub struct Browser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list.rs
@@ -7,16 +7,21 @@ use std::str::FromStr;
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -25,13 +30,8 @@ use tui::ui::rm::widget::window::{
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -65,7 +65,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -81,7 +81,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list/rmui.rs
@@ -3,7 +3,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -120,7 +120,7 @@ pub struct Browser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/review.rs
@@ -23,6 +23,7 @@ use radicle::Storage;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -116,7 +117,7 @@ impl Tui {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -236,7 +237,7 @@ impl AppState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|