Avoid announcing changes when node is stopped
Also in the edge case that the frontend didn’t update and the node just stopped in between we fallback gracefully instead of returning an error on the backend.
👉 Workflow runs 👉 Branch on GitHub
3 files changed
+16
-9
7d5ff0ac
→
ece9ee1e
modified crates/radicle-types/src/traits/issue.rs
@@ -114,7 +114,9 @@ pub trait IssuesMut: Profile {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/thread.rs
@@ -61,7 +61,9 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -102,7 +104,9 @@ pub trait Thread: Profile {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/views/repo/Issue.svelte
@@ -32,6 +32,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -113,7 +114,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -133,7 +134,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -159,7 +160,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -183,7 +184,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -216,7 +217,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -234,7 +235,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|