modified bin/commands/patch.rs
@@ -9,7 +9,9 @@ use std::ffi::OsString;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -53,14 +55,15 @@ pub enum OperationName {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -70,6 +73,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -88,13 +92,16 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,13 +126,13 @@ pub fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,7 +141,7 @@ pub fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Result<()>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/common/ui.rs
@@ -7,6 +7,7 @@ use tuirealm::{AttrValue, Attribute, Frame, MockComponent, Props, State};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -21,7 +22,12 @@ pub struct PatchBrowser {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -45,9 +51,14 @@ impl PatchBrowser {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -17,7 +17,9 @@ use tuirealm::{Application, Frame, NoUserEvent, Sub, SubClause};
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
@@ -54,7 +56,7 @@ impl Serialize for PatchId {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -151,19 +153,21 @@ pub struct App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -173,7 +177,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/page.rs
@@ -6,6 +6,7 @@ use tuirealm::{AttrValue, Attribute, Frame, NoUserEvent, State, StateValue, Sub,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -22,14 +23,16 @@ use super::{ui, Application, Cid, ListCid, Message, Subject};
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,13 +88,15 @@ impl ViewPage<Cid, Message> for ListView {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -4,6 +4,7 @@ use radicle::cob::patch::{Patch, PatchId};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -131,21 +132,27 @@ pub fn list_navigation(theme: &Theme) -> Widget<Tabs> {
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/suite.rs
@@ -18,6 +18,7 @@ use tuirealm::{Application, Frame, NoUserEvent, Sub, SubClause};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -83,6 +84,7 @@ pub struct App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -90,11 +92,12 @@ pub struct App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -104,7 +107,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/suite/page.rs
@@ -8,6 +8,7 @@ use tuirealm::{AttrValue, Attribute, Frame, NoUserEvent, State, StateValue, Sub,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -23,14 +24,16 @@ use super::{ui, Application, Cid, ListCid, Message, PatchCid};
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -97,7 +100,7 @@ impl ViewPage<Cid, Message> for ListView {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/suite/ui.rs
@@ -7,6 +7,7 @@ use tuirealm::{AttrValue, Attribute, Frame, MockComponent, Props, State};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -99,11 +100,14 @@ pub fn navigation(theme: &Theme) -> Widget<Tabs> {
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/terminal/args.rs
@@ -4,8 +4,10 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,6 +100,19 @@ pub fn rev(val: &OsString) -> anyhow::Result<Rev> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/cob/patch.rs
@@ -1,8 +1,46 @@
|
|
|
|
|
|
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/cob.rs
@@ -13,8 +13,8 @@ use radicle::storage::git::Repository;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -59,7 +59,7 @@ pub struct PatchItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -79,7 +79,7 @@ impl PatchItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -206,7 +206,7 @@ pub struct IssueItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -224,7 +224,7 @@ impl IssueItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -356,12 +356,12 @@ impl PartialEq for IssueItem {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -381,10 +381,10 @@ pub fn format_author(did: &Did, alias: &Option<Alias>, is_you: bool) -> String {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|