+7
-53
app/components/BskyComments.vue
+7
-53
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/${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" />
+59
-32
app/components/BskyPost.vue
+59
-32
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" />
···<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}`" class="text-md font-bold w-fit">+<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">+<BskyPost v-if="reply.$type === 'app.bsky.feed.defs#threadViewPost'" :post="reply" :depth="depth + 1" />