modified bin/commands/inbox/select.rs
@@ -46,7 +46,6 @@ pub struct App {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -54,7 +53,6 @@ impl Default for UIState {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -66,8 +64,15 @@ pub struct NotificationsState {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -79,7 +84,7 @@ impl State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -199,6 +204,10 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -218,6 +227,7 @@ pub enum Action {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -259,11 +269,15 @@ impl store::State<Action, Selection> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/inbox/select/ui.rs
@@ -2,6 +2,7 @@ use std::any::Any;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -17,7 +18,7 @@ use tui::ui::items::{NotificationItem, NotificationItemFilter, NotificationState
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,7 +41,7 @@ impl From<&State> for ListPageProps {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -188,7 +189,7 @@ impl<'a> From<&State> for NotificationsProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -261,25 +262,23 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -438,7 +437,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -455,7 +454,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -550,6 +549,7 @@ pub struct HelpProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -686,6 +686,7 @@ impl<'a> From<&State> for HelpProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -728,6 +729,15 @@ impl<'a, B: Backend> View<State, Action> for Help<'a, B> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -781,7 +791,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -42,7 +42,6 @@ pub struct App {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -50,7 +49,6 @@ impl Default for UIState {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -62,8 +60,15 @@ pub struct IssuesState {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -74,7 +79,7 @@ impl State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,6 +126,10 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -139,6 +148,7 @@ pub enum Action {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -178,11 +188,15 @@ impl store::State<Action, Selection> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select/ui.rs
@@ -4,6 +4,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -17,12 +18,12 @@ use radicle_tui as tui;
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +44,7 @@ impl From<&State> for ListPageProps {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -266,12 +267,14 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -571,6 +574,7 @@ pub struct HelpProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -707,6 +711,7 @@ impl<'a> From<&State> for HelpProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -747,6 +752,15 @@ impl<'a, B: Backend> View<State, Action> for Help<'a, B> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -800,7 +814,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -41,7 +41,6 @@ pub struct App {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -49,7 +48,6 @@ impl Default for UIState {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -62,24 +60,25 @@ pub struct PatchesState {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -127,13 +126,14 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -148,7 +148,7 @@ pub enum Action {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -188,14 +188,14 @@ impl store::State<Action, Selection> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -3,6 +3,7 @@ use std::collections::HashMap;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -20,7 +21,7 @@ use tui::ui::items::{PatchItem, PatchItemFilter};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,7 +45,7 @@ impl From<&State> for ListPageProps {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -264,16 +265,14 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -786,8 +785,8 @@ impl<'a, B: Backend> View<State, Action> for Help<'a, B> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -801,6 +800,15 @@ impl<'a, B: Backend> View<State, Action> for Help<'a, B> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget.rs
@@ -178,11 +178,7 @@ impl<S, A> View<S, A> for Shortcuts<S, A> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -438,7 +434,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/container.rs
@@ -104,11 +104,7 @@ impl<'a: 'static, S, A> View<S, A> for Header<'a, S, A> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -272,11 +268,7 @@ impl<'a: 'static, S, A> View<S, A> for Footer<'a, S, A> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/text.rs
@@ -178,11 +178,7 @@ impl<'a: 'static, S, A> View<S, A> for Paragraph<'a, S, A> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|