modified radicle-tui/src/ui.rs
@@ -4,9 +4,6 @@ pub mod state;
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -14,6 +11,9 @@ use components::list::{Property, PropertyList};
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -21,9 +21,11 @@ pub fn global_listener() -> Widget<GlobalListener> {
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/components/container.rs
@@ -129,7 +129,9 @@ impl WidgetComponent for Header {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/components/label.rs
@@ -2,27 +2,22 @@ use tuirealm::command::{Cmd, CmdResult};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -39,11 +34,11 @@ impl WidgetComponent for Label {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -51,7 +46,7 @@ impl WidgetComponent for Label {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -61,6 +56,11 @@ impl WidgetComponent for Label {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
modified radicle-tui/src/ui/widget.rs
@@ -62,6 +62,11 @@ impl<T: WidgetComponent> Widget<T> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|