modified bin/commands/issue/suite/ui.rs
@@ -1,3 +1,5 @@
| + | |
| + | |
|
|
|
|
|
@@ -164,7 +166,10 @@ impl IssueHeader {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -174,7 +179,7 @@ impl IssueHeader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -195,7 +200,7 @@ impl IssueHeader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/suite/ui.rs
@@ -1,4 +1,5 @@
|
|
| + | |
|
|
|
|
|
@@ -205,7 +206,9 @@ pub fn context(context: &Context, theme: &Theme, patch: (PatchId, Patch)) -> Wid
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/cob.rs
@@ -6,6 +6,8 @@ use tuirealm::props::{Color, Style};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -26,6 +28,8 @@ use crate::ui::widget::list::{ListItem, TableItem};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -38,6 +42,10 @@ impl AuthorItem {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -114,13 +122,15 @@ impl TryFrom<(&Profile, &Repository, PatchId, Patch)> for PatchItem {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -142,8 +152,12 @@ impl TableItem<8> for PatchItem {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -216,6 +230,7 @@ impl IssueItem {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -223,6 +238,7 @@ impl From<(&Profile, &Repository, IssueId, Issue)> for IssueItem {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -230,6 +246,7 @@ impl From<(&Profile, &Repository, IssueId, Issue)> for IssueItem {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -249,8 +266,12 @@ impl TableItem<7> for IssueItem {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -258,7 +279,7 @@ impl TableItem<7> for IssueItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -284,7 +305,7 @@ impl ListItem for IssueItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -319,11 +340,16 @@ pub fn format_patch_state(state: &PatchState) -> (String, Color) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -348,12 +374,12 @@ pub fn format_labels(labels: &[Label]) -> String {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/theme.rs
@@ -95,7 +95,7 @@ pub fn default_dark() -> Theme {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|