modified radicle-tui/src/app.rs
@@ -16,7 +16,7 @@ use radicle_tui::ui;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -230,7 +230,7 @@ impl ViewPage for Home {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -430,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;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,6 +121,13 @@ pub fn table(theme: &theme::Theme, items: &[impl List], profile: &Profile) -> Wi
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/components/workspace.rs
@@ -44,6 +44,36 @@ impl<T: List> WidgetComponent for Browser<T> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|