diff --git a/src/lib/components/layout/main/card/BlueskyPostCard.svelte b/src/lib/components/layout/main/card/BlueskyPostCard.svelte new file mode 100644 index 0000000..360ec4a --- /dev/null +++ b/src/lib/components/layout/main/card/BlueskyPostCard.svelte @@ -0,0 +1,185 @@ + + +
{error}
++ {post.text} +
+ + {#if post.hasImages && post.imageUrls && post.imageUrls.length > 0} ++ {post.quotedPost.text} +
+ + {#if post.quotedPost.hasImages && post.quotedPost.imageUrls && post.quotedPost.imageUrls.length > 0} +No posts found
+