modified radicle-tui/src/app/page.rs
@@ -121,10 +121,7 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -133,7 +130,7 @@ impl ViewPage for HomeView {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -199,10 +196,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -211,7 +205,7 @@ impl ViewPage for IssuePage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -287,10 +281,7 @@ impl ViewPage for PatchView {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -299,7 +290,7 @@ impl ViewPage for PatchView {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-tui/src/app/subscription.rs
@@ -3,9 +3,8 @@ use std::hash::Hash;
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
modified radicle-tui/src/cob/patch.rs
@@ -18,7 +18,6 @@ pub fn load_all(profile: &Profile, id: Id) -> Vec<(PatchId, Patch)> {
|
|
|
|
|
|
| - | |
|
|
|
|
|