modified bin/commands/issue/suite/page.rs
@@ -163,7 +163,7 @@ impl ViewPage<Cid, Message> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch.rs
@@ -1,7 +1,7 @@
| - | |
| - | |
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list.rs
@@ -11,17 +11,15 @@ use anyhow::Result;
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/list/page.rs
@@ -129,10 +129,8 @@ impl ViewPage<Cid, Message> for ListView {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -140,7 +138,6 @@ impl ViewPage<Cid, Message> for ListView {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified bin/commands/patch/list/ui.rs
@@ -131,7 +131,7 @@ pub fn browse_context(context: &Context, theme: &Theme, progress: Progress) -> W
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/suite/page.rs
@@ -132,7 +132,7 @@ impl ViewPage<Cid, Message> for ListView {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -284,7 +284,7 @@ impl ViewPage<Cid, Message> for PatchView {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/layout.rs
@@ -8,13 +8,18 @@ pub struct AppHeader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -91,7 +96,7 @@ pub fn app_header(area: Rect, info_w: u16) -> AppHeader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -113,7 +118,7 @@ pub fn default_page(area: Rect, shortcuts_h: u16) -> DefaultPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,6 +126,29 @@ pub fn default_page(area: Rect, shortcuts_h: u16) -> DefaultPage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|