From b201c66d328379bd0d077506d97992f9502ea7c4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 16 Jan 2026 21:06:12 +0000 Subject: [PATCH] fix: render more bsky facets (#1794) --- app/components/BlueskyComment.vue | 223 +++++++++++++++++++++- app/components/BlueskyComments.client.vue | 51 ++++- budget.json | 2 +- test/unit/bundle.spec.ts | 2 +- 4 files changed, 265 insertions(+), 13 deletions(-) diff --git a/app/components/BlueskyComment.vue b/app/components/BlueskyComment.vue index 45c10d46..85f1b271 100644 --- a/app/components/BlueskyComment.vue +++ b/app/components/BlueskyComment.vue @@ -1,4 +1,18 @@ @@ -92,9 +189,70 @@ const maxDepth = 4

- {{ comment.text }} +

+
+ + + +
+ + +
+ +
+

+ {{ comment.embed.external.title }} +

+

+ {{ comment.embed.external.description }} +

+
+
+
+

- {{ comment.text }} +

+
+ + + +
+ + +
+ +
+

+ {{ comment.embed.external.title }} +

+

+ {{ comment.embed.external.description }} +

+
+
+
+