Add embed fix and add `save_embed` command
6 files changed
+32
-14
a3a0850b
→
ebbccccc
modified Cargo.lock
@@ -3764,7 +3764,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3794,7 +3794,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3812,7 +3812,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3830,7 +3830,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3852,7 +3852,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -6118,7 +6118,7 @@ version = "0.1.9"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/commands/cob.rs
@@ -35,6 +35,19 @@ pub async fn get_file_by_oid(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/commands/cob/issue.rs
@@ -73,11 +73,15 @@ pub fn edit_issue(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/lib.rs
@@ -78,6 +78,7 @@ pub fn run() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/types/cobs.rs
@@ -318,7 +318,7 @@ pub struct NewIssue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/types/thread.rs
@@ -18,7 +18,7 @@ pub struct CreateReviewComment {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -102,7 +102,7 @@ pub struct NewIssueComment {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,7 +119,7 @@ pub struct NewPatchComment {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|