modified src/app/page.rs
@@ -6,8 +6,8 @@ use radicle::cob::issue::{Issue, IssueId};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -119,16 +119,33 @@ impl HomeView {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -180,7 +197,7 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -198,7 +215,7 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -209,9 +226,10 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -476,7 +494,6 @@ impl ViewPage for PatchView {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/ui/context.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -8,17 +9,20 @@ pub struct Context {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -37,4 +41,8 @@ impl Context {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
modified src/ui/layout.rs
@@ -206,9 +206,9 @@ pub fn centered_rect(percent_x: u16, percent_y: u16, r: Rect) -> Rect {
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/common/context.rs
@@ -9,6 +9,22 @@ use crate::ui::layout;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/common/list.rs
@@ -271,7 +271,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/home.rs
@@ -67,11 +67,9 @@ impl IssueBrowser {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/issue.rs
@@ -10,6 +10,7 @@ use tuirealm::tui::layout::Layout;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -273,6 +274,27 @@ pub fn details(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified src/ui/widget/patch.rs
@@ -10,7 +10,7 @@ use super::{Widget, WidgetComponent};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,6 +116,10 @@ pub fn context(context: &Context, theme: &Theme, patch: (PatchId, Patch)) -> Wid
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|