modified bin/commands/inbox/select/ui.rs
@@ -18,7 +18,8 @@ use tui::ui::widget::container::{
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -290,7 +291,13 @@ fn browse_footer<'a>(props: &BrowserProps<'a>) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -21,7 +21,8 @@ use tui::ui::widget::container::{
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -315,7 +316,13 @@ fn browse_footer<'a>(props: &BrowserProps<'a>, selected: Option<usize>) -> Vec<C
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -23,7 +23,8 @@ use tui::ui::widget::container::{
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -339,7 +340,13 @@ fn browser_footer<'a>(props: &BrowserProps<'a>, selected: Option<usize>) -> Vec<
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|