modified src/app/page.rs
@@ -376,6 +376,10 @@ impl IssuePage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -511,6 +515,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/theme.rs
@@ -34,6 +34,7 @@ pub struct Colors {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -105,6 +106,7 @@ pub fn default_dark() -> Theme {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/widget/common/context.rs
@@ -128,10 +128,14 @@ pub struct ContextBar {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -139,6 +143,7 @@ impl ContextBar {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -153,12 +158,25 @@ impl WidgetComponent for ContextBar {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -216,7 +234,7 @@ pub fn bar(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/issue.rs
@@ -403,3 +403,8 @@ pub fn description_context(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |