modified bin/commands/issue.rs
@@ -135,7 +135,7 @@ pub fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -9,7 +9,6 @@ use std::fmt::Display;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -23,7 +22,7 @@ use tui::context::Context;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -93,29 +92,6 @@ impl Display for IssueOperation {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -136,7 +112,7 @@ pub enum Cid {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -147,7 +123,7 @@ pub struct App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -209,7 +185,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -248,7 +224,7 @@ impl Tui<Cid, Message, Output> for App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/event.rs
@@ -1,4 +1,5 @@
|
|
| + | |
|
|
|
|
|
@@ -12,7 +13,7 @@ use tui::ui::widget::list::PropertyList;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -66,7 +67,7 @@ impl tuirealm::Component<Message, NoUserEvent> for Widget<IdSelect> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -109,29 +110,41 @@ impl tuirealm::Component<Message, NoUserEvent> for Widget<OperationSelect> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|