Infer file type for embeds for previews
9 files changed
+91
-21
01416e8a
→
153331f2
modified Cargo.lock
@@ -2546,6 +2546,12 @@ dependencies = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2955,6 +2961,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -4120,7 +4136,9 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
@@ -5657,7 +5675,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -6358,6 +6376,12 @@ dependencies = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/commands/cob.rs
@@ -22,9 +22,10 @@ pub mod patch;
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/Cargo.toml
@@ -7,6 +7,8 @@ edition = "2021"
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
added crates/radicle-types/bindings/cob/Embed.ts
@@ -0,0 +1,3 @@
| + | |
| + | |
| + | |
added crates/radicle-types/bindings/cob/EmbedWithMimeType.ts
@@ -0,0 +1,6 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-types/src/cobs.rs
@@ -30,6 +30,15 @@ impl Author {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/thread.rs
@@ -15,12 +15,31 @@ use crate::error::Error;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/test-http-api/src/api.rs
@@ -244,14 +244,15 @@ async fn activity_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/Markdown.svelte
@@ -1,4 +1,6 @@
|
|
| + | |
| + | |
|
|
|
|
|
@@ -68,7 +70,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -77,47 +78,51 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|