From 80b6d4ec11129b62ece0c283f8e9b3e1007f2b62 Mon Sep 17 00:00:00 2001 From: Kuba Suder Date: Thu, 21 May 2026 20:49:13 +0200 Subject: [PATCH] indentation --- src/components/posts/PostHeader.svelte | 60 +++++++++++++------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/components/posts/PostHeader.svelte b/src/components/posts/PostHeader.svelte index 9bf77ea..5cdb4e2 100644 --- a/src/components/posts/PostHeader.svelte +++ b/src/components/posts/PostHeader.svelte @@ -38,44 +38,44 @@
-

- - {#if post.muted} - - {:else if post.author.avatar} - Avatar +

+ + {#if post.muted} + + {:else if post.author.avatar} + Avatar + {:else} + + {/if} + + + {post.authorDisplayName} + + {#if post.isFediPost} + @{post.authorFediHandle} + Mastodon logo {:else} - + {post.hasValidHandle ? `@${post.author.handle}` : '[invalid handle]'} {/if} - - {post.authorDisplayName} - - {#if post.isFediPost} - @{post.authorFediHandle} - Mastodon logo - {:else} - {post.hasValidHandle ? `@${post.author.handle}` : '[invalid handle]'} - {/if} - - • + • - {presenter.formattedTimestamp} + {presenter.formattedTimestamp} - {#if (post.replyCount > 0 && !post.isPageRoot) || ['quote', 'quotes', 'feed'].includes(placement)} - • + {#if (post.replyCount > 0 && !post.isPageRoot) || ['quote', 'quotes', 'feed'].includes(placement)} + • - {#if ['quote', 'quotes', 'feed'].includes(placement)} - - {:else} - + {#if ['quote', 'quotes', 'feed'].includes(placement)} + + {:else} + + {/if} {/if} - {/if} -

+

-{#if activeAnchor} - -{/if} + {#if activeAnchor} + + {/if}