modified radicle-tui/src/ui/components/container.rs
@@ -25,7 +25,7 @@ impl WidgetComponent for GlobalListener {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,7 +94,7 @@ impl WidgetComponent for Tabs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -147,7 +147,7 @@ impl WidgetComponent for Header {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -205,7 +205,7 @@ impl WidgetComponent for LabeledContainer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/components/context.rs
@@ -50,7 +50,7 @@ impl WidgetComponent for Shortcut {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,7 +98,7 @@ impl WidgetComponent for Shortcuts {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/components/label.rs
@@ -49,7 +49,7 @@ impl WidgetComponent for Label {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/components/list.rs
@@ -58,7 +58,7 @@ impl WidgetComponent for Property {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -99,7 +99,7 @@ impl WidgetComponent for PropertyList {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget.rs
@@ -12,7 +12,7 @@ pub trait WidgetComponent {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,6 +95,6 @@ impl<T: WidgetComponent> MockComponent for Widget<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|