mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-02 01:01:08 +00:00
save
This commit is contained in:
parent
e78279114a
commit
55ceb187a1
1 changed files with 12 additions and 10 deletions
|
@ -53,16 +53,18 @@
|
||||||
{/key}
|
{/key}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<GroupedListSection>
|
{#if remainingAccounts.length > 0}
|
||||||
{#each remainingAccounts as account (account.id_key)}
|
<GroupedListSection>
|
||||||
<div animate:flip={{ duration: 250 }} transition:blur>
|
{#each remainingAccounts as account (account.id_key)}
|
||||||
<GroupedListItem on:click={() => switchToAccount(account)}>
|
<div animate:flip={{ duration: 250 }} transition:blur>
|
||||||
<div class="-mx-0.5"><ProfilePicture {account} size={24} /></div>
|
<GroupedListItem on:click={() => switchToAccount(account)}>
|
||||||
{account.profile.signee.payload.name}
|
<div class="-mx-0.5"><ProfilePicture {account} size={24} /></div>
|
||||||
</GroupedListItem>
|
{account.profile.signee.payload.name}
|
||||||
</div>
|
</GroupedListItem>
|
||||||
{/each}
|
</div>
|
||||||
</GroupedListSection>
|
{/each}
|
||||||
|
</GroupedListSection>
|
||||||
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<GroupedListSection>
|
<GroupedListSection>
|
||||||
|
|
Loading…
Add table
Reference in a new issue