Add `get_file_by_oid` command, enables support for embeds
modified src-tauri/Cargo.lock
@@ -3839,6 +3839,7 @@ name = "radicle-desktop"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src-tauri/Cargo.toml
@@ -20,6 +20,7 @@ tauri-build = { version = "2.0", features = ["isolation"] }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src-tauri/src/commands/cob.rs
@@ -1,6 +1,26 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src-tauri/src/error.rs
@@ -42,6 +42,10 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src-tauri/src/lib.rs
@@ -76,6 +76,7 @@ pub fn run() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/components/Markdown.svelte
@@ -6,8 +6,10 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -71,6 +73,23 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/lib/utils.ts
@@ -38,6 +38,10 @@ export function truncateId(pubkey: string): string {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/views/repo/Issue.svelte
@@ -127,6 +127,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|