Add `CobOptions` to issue creation
3 files changed
+10
-1
3139c988
→
54ce1864
modified crates/radicle-tauri/Cargo.lock
@@ -3890,6 +3890,7 @@ name = "radicle-tauri"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/commands/cob/issue.rs
@@ -1,6 +1,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -13,7 +15,9 @@ pub fn create_issue(
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
@@ -27,6 +31,10 @@ pub fn create_issue(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/components/Markdown.svelte
@@ -80,7 +80,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|