modified bin/commands/patch/flux/select.rs
@@ -10,7 +10,7 @@ use radicle::Profile;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -49,15 +49,15 @@ impl Default for UIState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -77,7 +77,7 @@ impl TryFrom<&Context> for PatchesState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -93,7 +93,7 @@ pub enum Action {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,13 +136,13 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/flux/select/ui.rs
@@ -11,7 +11,7 @@ use termion::event::Key;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ use tui::Selection;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,8 +36,8 @@ pub struct ListPageProps {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -59,8 +59,8 @@ pub struct ListPage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -74,7 +74,7 @@ impl Widget<PatchesState, Action> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -93,7 +93,7 @@ impl Widget<PatchesState, Action> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -142,7 +142,7 @@ impl Widget<PatchesState, Action> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -211,8 +211,8 @@ struct PatchesProps {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -285,8 +285,8 @@ struct Patches {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -296,7 +296,7 @@ impl Widget<PatchesState, Action> for Patches {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -566,8 +566,8 @@ pub struct Search {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -577,12 +577,12 @@ impl Widget<PatchesState, Action> for Search {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -601,7 +601,7 @@ impl Widget<PatchesState, Action> for Search {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|