inbox: Remove unnecessary generic backend parameter
modified bin/commands/inbox/select.rs
@@ -18,7 +18,6 @@ use tui::cob::inbox::{self};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -281,7 +280,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select/ui.rs
@@ -7,7 +7,6 @@ use tokio::sync::mpsc::UnboundedSender;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -31,7 +30,7 @@ use crate::tui_inbox::common::{InboxOperation, Mode, RepositoryMode, SelectionMo
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -106,23 +105,20 @@ impl<'a> From<&State> for BrowsePageProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -267,7 +263,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -330,10 +326,7 @@ impl<'a, B: Backend> BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -390,16 +383,16 @@ pub struct SearchProps {}
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -459,10 +452,7 @@ impl<B: Backend> View for Search<B> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -493,24 +483,18 @@ impl<'a> From<&State> for HelpPageProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -613,10 +597,7 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|