modified radicle-tui/src/app.rs
@@ -14,7 +14,9 @@ use radicle_tui::ui;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -428,6 +430,12 @@ impl tuirealm::Component<Message, NoUserEvent> for Widget<Browser<(PatchId, Patc
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui.rs
@@ -22,7 +22,7 @@ use widget::Widget;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -212,8 +212,8 @@ pub fn patch_navigation(theme: &theme::Theme) -> Widget<Tabs> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -225,5 +225,8 @@ pub fn dashboard(theme: &theme::Theme, id: &Id, project: &Project) -> Widget<Lab
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
modified radicle-tui/src/ui/components/workspace.rs
@@ -8,6 +8,7 @@ use tuirealm::{AttrValue, Attribute, Frame, MockComponent, State};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -44,9 +45,37 @@ impl<T: List> WidgetComponent for Browser<T> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|