|
|
|
@ -156,7 +156,7 @@ |
|
|
|
<div class="card-content" class:expanded bind:this={contentElement}> |
|
|
|
<div class="card-content" class:expanded bind:this={contentElement}> |
|
|
|
{#if isReply()} |
|
|
|
{#if isReply()} |
|
|
|
<ReplyContext |
|
|
|
<ReplyContext |
|
|
|
{parentEvent} |
|
|
|
parentEvent={parentEvent || undefined} |
|
|
|
parentEventId={getReplyEventId() || undefined} |
|
|
|
parentEventId={getReplyEventId() || undefined} |
|
|
|
targetId={parentEvent ? `event-${parentEvent.id}` : undefined} |
|
|
|
targetId={parentEvent ? `event-${parentEvent.id}` : undefined} |
|
|
|
onParentLoaded={onParentLoaded} |
|
|
|
onParentLoaded={onParentLoaded} |
|
|
|
@ -187,7 +187,7 @@ |
|
|
|
<MarkdownRenderer content={post.content} /> |
|
|
|
<MarkdownRenderer content={post.content} /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="post-actions flex items-center gap-4"> |
|
|
|
<div class="post-actions flex flex-wrap items-center gap-2 sm:gap-4"> |
|
|
|
<FeedReactionButtons event={post} /> |
|
|
|
<FeedReactionButtons event={post} /> |
|
|
|
{#if onReply} |
|
|
|
{#if onReply} |
|
|
|
<button |
|
|
|
<button |
|
|
|
|