modified radicle-tui/src/app/page.rs
@@ -81,8 +81,7 @@ impl ViewPage for Home {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -145,9 +144,7 @@ impl ViewPage for PatchView {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/components/common/container.rs
@@ -1,14 +1,15 @@
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -35,16 +36,16 @@ impl WidgetComponent for GlobalListener {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,27 +60,46 @@ impl WidgetComponent for Tabs {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/layout.rs
@@ -46,7 +46,8 @@ pub fn h_stack(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/theme.rs
@@ -25,6 +25,7 @@ pub struct Icons {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -55,7 +56,7 @@ pub fn default_dark() -> Theme {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -74,6 +75,7 @@ pub fn default_dark() -> Theme {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/common.rs
@@ -27,6 +27,11 @@ pub fn label(content: &str) -> Widget<Label> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -112,13 +117,11 @@ pub fn property_list(_theme: &Theme, properties: Vec<Widget<Property>>) -> Widge
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/home.rs
@@ -13,9 +13,9 @@ pub fn navigation(theme: &Theme) -> Widget<Tabs> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/patch.rs
@@ -15,7 +15,10 @@ use crate::ui::theme::Theme;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|