Inbox as popup (#2957)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-04-12 15:20:01 +07:00
committed by GitHub
parent 3c0fdc9698
commit 981cbada6a
10 changed files with 76 additions and 34 deletions
@@ -96,10 +96,12 @@
</div>
</div>
{/if}
{#if loading}
<Loading />
{:else if component && _id && _class}
{#if component && _id && _class}
<Component is={component} props={{ embedded: true, _id, _class }} />
{:else}
<div class="antiPanel-component filled w-full">
<Loading />
</div>
{/if}
</div>