modified src/app.rs
@@ -46,6 +46,7 @@ pub enum IssueCid {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/app/page.rs
@@ -276,13 +276,31 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -316,6 +334,46 @@ impl IssuePage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -356,8 +414,10 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -366,6 +426,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -393,12 +454,14 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -410,6 +473,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/layout.rs
@@ -19,6 +19,7 @@ pub struct IssuePage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -207,18 +208,20 @@ pub fn centered_rect(percent_x: u16, percent_y: u16, r: Rect) -> Rect {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -234,6 +237,7 @@ pub fn issue_page(area: Rect, shortcuts_h: u16) -> IssuePage {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
modified src/ui/theme.rs
@@ -103,7 +103,7 @@ pub fn default_dark() -> Theme {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/common/container.rs
@@ -376,7 +376,7 @@ impl WidgetComponent for Container {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -449,7 +449,7 @@ impl WidgetComponent for LabeledContainer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/common/context.rs
@@ -200,7 +200,9 @@ pub fn bar(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/common/label.rs
@@ -86,15 +86,23 @@ pub struct Textarea {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -123,6 +131,12 @@ impl WidgetComponent for Textarea {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -146,8 +160,8 @@ impl WidgetComponent for Textarea {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -156,19 +170,21 @@ impl WidgetComponent for Textarea {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -177,11 +193,13 @@ impl WidgetComponent for Textarea {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/widget/common/list.rs
@@ -349,7 +349,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/issue.rs
@@ -70,7 +70,7 @@ impl WidgetComponent for LargeList {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -197,7 +197,7 @@ impl WidgetComponent for IssueDetails {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -236,7 +236,7 @@ impl WidgetComponent for CommentBody {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -298,3 +298,11 @@ pub fn browse_context(context: &Context, theme: &Theme, progress: Progress) -> W
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |