i think i finally fixed the state management awfulness
This commit is contained in:
parent
6953b49563
commit
40be540527
18 changed files with 402 additions and 417 deletions
|
@ -50,7 +50,9 @@
|
|||
|
||||
<div class="post-container">
|
||||
{#if post.reply}
|
||||
<ReplyContext post={post.reply} />
|
||||
{#await post.reply then reply}
|
||||
<ReplyContext post={reply} />
|
||||
{/await}
|
||||
{/if}
|
||||
{#if is_boost && !post_context.text}
|
||||
<BoostContext post={post_context} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue