modified radicle-tui/src/app/page.rs
@@ -111,8 +111,8 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
|
@@ -148,16 +148,12 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -186,7 +182,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -212,8 +208,14 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
modified radicle-tui/src/ui/theme.rs
@@ -36,6 +36,8 @@ pub struct Colors {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -105,6 +107,8 @@ pub fn default_dark() -> Theme {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/common.rs
@@ -45,8 +45,8 @@ pub fn container_header(theme: &Theme, label: Widget<Label>) -> Widget<Header<1>
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -59,7 +59,7 @@ pub fn labeled_container(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/common/container.rs
@@ -1,7 +1,5 @@
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -276,10 +274,20 @@ impl<const W: usize> WidgetComponent for Header<W> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -322,11 +330,12 @@ impl<const W: usize> WidgetComponent for Header<W> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -335,6 +344,15 @@ impl WidgetComponent for Container {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -349,7 +367,7 @@ impl WidgetComponent for Container {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -367,11 +385,16 @@ impl WidgetComponent for Container {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -380,6 +403,16 @@ impl WidgetComponent for LabeledContainer {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -399,14 +432,17 @@ impl WidgetComponent for LabeledContainer {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/common/list.rs
@@ -225,6 +225,16 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -241,7 +251,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -253,7 +263,10 @@ where
|
|
|
|
|
|
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/home.rs
@@ -106,14 +106,19 @@ impl IssueBrowser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -187,14 +192,19 @@ impl PatchBrowser {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-tui/src/ui/widget/issue.rs
@@ -56,7 +56,12 @@ impl LargeList {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|