feat(patch): Adds review action to list interface
modified bin/commands/patch.rs
@@ -81,7 +81,7 @@ pub struct ListOptions {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -255,7 +255,7 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -267,17 +267,24 @@ pub async fn run(options: Options, ctx: impl terminal::Context) -> anyhow::Resul
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/common.rs
@@ -19,6 +19,7 @@ pub enum Mode {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -31,6 +32,9 @@ impl Display for PatchOperation {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list.rs
@@ -233,6 +233,7 @@ fn browser_page(_state: &State, channel: &Channel<Message>) -> Widget<State, Mes
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -266,6 +267,9 @@ fn browser_page(_state: &State, channel: &Channel<Message>) -> Widget<State, Mes
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list/imui.rs
@@ -277,6 +277,7 @@ impl Show<Message> for App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -300,6 +301,11 @@ impl Show<Message> for App {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|