+35
-7
app/components/BskyComments.vue
+35
-7
app/components/BskyComments.vue
······-<a :href="`https://bsky.app/profile/${reply.post.author.handle}`" class="flex items-center gap-2 text-blue-500 hover:underline w-fit"><img :src="reply.post.author.avatar" :alt="reply.post.author.displayName" class="size-8 rounded-full" />···
······+<!-- <a :href="`https://bsky.app/profile/${reply.post.author.handle}`" class="flex items-center gap-2 text-blue-500 hover:underline w-fit"><img :src="reply.post.author.avatar" :alt="reply.post.author.displayName" class="size-8 rounded-full" />···+<a :href="`https://bsky.app/profile/${rep.post.author.handle}`" class="flex items-center gap-2 text-blue-500 hover:underline w-fit">+<img :src="rep.post.author.avatar" :alt="rep.post.author.displayName" class="size-8 rounded-full" />
+52
app/components/BskyPost.vue
+52
app/components/BskyPost.vue
···
···+<a :href="`https://bsky.app/profile/${post.post.author.handle}`" class="flex items-center gap-2 text-blue-500 hover:underline w-fit">+<img :src="post.post.author.avatar" :alt="post.post.author.displayName" class="size-8 rounded-full" />+<a :href="`https://bsky.app/profile/${post.post.author.handle}/post/${extractPostId(post.post.uri)}`" class="text-gray-500 text-sm flex items-center gap-2 mt-4 ml-10">+<BskyPost v-if="reply.$type === 'app.bsky.feed.defs#threadViewPost'" :post="reply" :depth="depth + 1" />
+8
app/util/atproto.ts
+8
app/util/atproto.ts