modified bin/commands/inbox/select.rs
@@ -210,7 +210,9 @@ pub enum Action {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select/ui.rs
@@ -119,10 +119,13 @@ pub struct BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -327,7 +330,7 @@ impl<'a, B: Backend> BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -396,7 +399,10 @@ pub struct Search<B: Backend> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -453,7 +459,7 @@ impl<B: Backend> View<State, Action> for Search<B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -501,10 +507,13 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -604,7 +613,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -129,8 +129,8 @@ pub enum Action {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -185,6 +185,8 @@ impl store::State<Action, Selection> for State {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -133,10 +133,13 @@ pub struct BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -346,7 +349,7 @@ impl<'a, B: Backend> BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -415,7 +418,10 @@ pub struct Search<B: Backend> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -472,7 +478,7 @@ impl<B: Backend> View<State, Action> for Search<B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -520,10 +526,13 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -623,7 +632,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -134,8 +134,8 @@ pub enum Action {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -190,6 +190,8 @@ impl store::State<Action, Selection> for State {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -134,10 +134,13 @@ pub struct BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -374,7 +377,7 @@ impl<'a, B: Backend> BrowsePage<'a, B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -443,7 +446,10 @@ pub struct Search<B: Backend> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -500,7 +506,7 @@ impl<B: Backend> View<State, Action> for Search<B> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -548,10 +554,13 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -651,7 +660,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|