modified radicle-tui/src/app/page.rs
@@ -75,10 +75,9 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/home.rs
@@ -1,7 +1,5 @@
|
|
| - | |
|
|
| - | |
|
|
|
|
|
@@ -17,6 +15,7 @@ use super::common::list::{ColumnWidth, Table};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -59,8 +58,8 @@ pub struct IssueBrowser {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -90,7 +89,7 @@ impl IssueBrowser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -135,8 +134,8 @@ pub struct PatchBrowser {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -168,7 +167,7 @@ impl PatchBrowser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -218,16 +217,16 @@ pub fn navigation(theme: &Theme) -> Widget<Tabs> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -244,7 +243,7 @@ pub fn dashboard(theme: &Theme, id: &Id, project: &Project) -> Widget<Dashboard>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -255,10 +254,10 @@ pub fn patches(theme: &Theme, id: &Id, profile: &Profile) -> Widget<PatchBrowser
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -269,5 +268,5 @@ pub fn issues(theme: &Theme, id: &Id, profile: &Profile) -> Widget<IssueBrowser>
|
|
|
|
|
|
| - | |
| + | |
|