Add `create_issue` tauri command
4 files changed
+49
-3
ddf44cea
→
1a0de05a
added src-tauri/bindings/NewIssue.ts
@@ -0,0 +1,9 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src-tauri/src/commands/cob/issue.rs
@@ -8,6 +8,28 @@ use crate::types::cobs;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -27,7 +49,7 @@ pub fn list_issues(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,7 +66,7 @@ pub fn issue_by_id(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src-tauri/src/lib.rs
@@ -143,6 +143,7 @@ pub fn run() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src-tauri/src/types/cobs.rs
@@ -50,7 +50,7 @@ pub struct Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -363,6 +363,20 @@ pub struct NewPatchComment {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|