Fix browser selection on search update
7 files changed
+23
-7
a16c82f2
→
fe3580fb
modified bin/commands/inbox/select.rs
@@ -238,6 +238,12 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select/ui.rs
@@ -164,6 +164,7 @@ impl<'a: 'static> Widget for Browser<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -155,6 +155,12 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -178,6 +178,7 @@ impl<'a: 'static> Widget for Browser<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -156,6 +156,12 @@ impl store::State<Selection> for State {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -178,6 +178,7 @@ impl<'a: 'static> Widget for Browser<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/widget/list.rs
@@ -197,8 +197,6 @@ where
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -208,11 +206,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|