modified bin/commands/inbox/select/ui.rs
@@ -23,7 +23,7 @@ use tui::ui::widget::input::{TextField, TextFieldProps, TextFieldState};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -110,6 +110,7 @@ impl<'a> From<&State> for BrowserProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -301,6 +302,7 @@ impl<'a> From<&State> for BrowserPageProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -497,6 +499,7 @@ impl<'a> From<&State> for HelpPageProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -24,7 +24,7 @@ use tui::ui::widget::input::{TextField, TextFieldProps, TextFieldState};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,6 +116,7 @@ impl<'a> From<&State> for BrowsePageProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -401,6 +402,7 @@ impl<'a> From<&State> for HelpPageProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -25,7 +25,7 @@ use tui::ui::widget::input::{TextField, TextFieldProps, TextFieldState};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,6 +116,7 @@ impl<'a> From<&State> for BrowsePageProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -418,6 +419,7 @@ impl<'a> From<&State> for HelpPageProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|