modified bin/commands/inbox.rs
@@ -9,7 +9,7 @@ use anyhow::anyhow;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -141,7 +141,7 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select.rs
@@ -12,12 +12,12 @@ use radicle::storage::git::Repository;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select/ui.rs
@@ -14,14 +14,12 @@ use radicle::identity::Project;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -122,7 +120,7 @@ impl<'a> Widget<State, Action> for ListPage<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue.rs
@@ -12,8 +12,8 @@ use radicle::issue;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -9,11 +9,11 @@ use radicle::Profile;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -14,14 +14,12 @@ use ratatui::text::{Line, Span, Text};
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -120,7 +118,7 @@ impl<'a> Widget<State, Action> for ListPage<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch.rs
@@ -11,8 +11,8 @@ use radicle::identity::RepoId;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -9,11 +9,11 @@ use radicle::Profile;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -15,14 +15,12 @@ use radicle::patch::{self, Status};
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -122,7 +120,7 @@ impl<'a> Widget<State, Action> for ListPage<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|