Handle resolution

This commit is contained in:
Ariadna 2025-04-20 04:03:50 -04:00
parent 6628b3d0df
commit e9507880c1
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY
4 changed files with 92 additions and 16 deletions

View file

@ -12,12 +12,12 @@
src="https://pds.witchcraft.systems/xrpc/com.atproto.sync.getBlob?did={post.authorDid}&cid={post.authorAvatarCid}"
/>
{/if}
<p>{post.displayName} | {post.timenotstamp}</p>
<p>{post.displayName} | {post.authorHandle} | {post.timenotstamp}</p>
</div>
<div id="postContent">
<p>{post.text}</p>
{#if post.replyingDid}
<p>Replying to: {post.replyingDid}</p>
{#if post.replyingUri}
<p>Replying to: {post.replyingUri.repo}</p>
{/if}
{#if post.imagesCid}
<div id="imagesContainer">