modified crates/radicle-types/bindings/cob/patch/Action.ts
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -12,14 +13,14 @@ export type Action =
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/bindings/cob/patch/Review.ts
@@ -2,11 +2,12 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/bindings/cob/patch/ReviewEdit.ts
@@ -1,8 +1,9 @@
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
added crates/radicle-types/bindings/cob/patch/Verdict.ts
@@ -0,0 +1,3 @@
| + | |
| + | |
| + | |
modified crates/radicle-types/src/cobs/patch.rs
@@ -107,8 +107,10 @@ impl From<patch::State> for State {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -232,9 +234,10 @@ pub struct Review {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -252,7 +255,7 @@ impl Review {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -269,6 +272,33 @@ impl Review {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -311,8 +341,8 @@ pub enum Action {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -325,8 +355,8 @@ pub enum Action {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/patch.rs
@@ -161,7 +161,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -169,7 +169,13 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -329,7 +335,7 @@ pub trait PatchesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/PatchTimeline.svelte
@@ -258,7 +258,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|