modified src/app.rs
@@ -41,7 +41,7 @@ pub enum PatchCid {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/app/event.rs
@@ -78,7 +78,7 @@ impl tuirealm::Component<Message, NoUserEvent> for Widget<issue::LargeList> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/app/page.rs
@@ -167,7 +167,8 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -179,7 +180,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,7 +191,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -206,8 +207,9 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -225,8 +227,8 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/layout.rs
@@ -10,9 +10,8 @@ pub struct AppHeader {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -221,16 +220,10 @@ pub fn issue_preview(area: Rect, shortcuts_h: u16) -> IssuePreview {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
modified src/ui/widget/issue.rs
@@ -4,6 +4,9 @@ use radicle::cob::issue::Issue;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -143,6 +146,37 @@ impl WidgetComponent for Details {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -154,6 +188,15 @@ pub fn details(context: &Context, theme: &Theme, issue: (IssueId, Issue)) -> Wid
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|