modified bin/commands/inbox/select/ui.rs
@@ -20,8 +20,8 @@ use tui::ui::widget::input::{TextField, TextFieldProps};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -214,6 +214,8 @@ impl<'a> From<&State> for NotificationsProps<'a> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -273,14 +275,13 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -689,6 +690,8 @@ impl<'a> From<&State> for HelpProps<'a> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -22,8 +22,8 @@ use tui::ui::widget::input::{TextField, TextFieldProps};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -23,8 +23,8 @@ use tui::ui::widget::input::{TextField, TextFieldProps};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -228,6 +228,8 @@ impl<'a> From<&State> for PatchesProps<'a> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -750,6 +752,8 @@ impl<'a> From<&State> for HelpProps<'a> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|