modified Cargo.toml
@@ -11,7 +11,7 @@ name = "rad-tui"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/inbox.rs
@@ -128,9 +128,8 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
|
|
| + | |
|
|
|
|
|
@@ -162,6 +161,7 @@ pub fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Result<()>
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -189,4 +189,6 @@ pub async fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Resu
|
|
|
|
|
|
| + | |
| + | |
|
added bin/commands/inbox/flux.rs
@@ -0,0 +1,2 @@
| + | |
| + | |
modified bin/commands/issue/realm/select.rs
@@ -5,12 +5,10 @@ mod page;
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -32,35 +30,6 @@ use super::super::common::Mode;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified bin/commands/issue/realm/select/event.rs
@@ -12,8 +12,10 @@ use tui::realm::ui::widget::context::{ContextBar, Shortcuts};
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/realm/select.rs
@@ -5,12 +5,10 @@ mod page;
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -32,39 +30,6 @@ use super::super::common::Mode;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified bin/commands/patch/realm/select/event.rs
@@ -11,8 +11,10 @@ use tui::realm::ui::widget::context::{ContextBar, Shortcuts};
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|