mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31: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}
|
||||
{/if}
|
||||
|
||||
<GroupedListSection>
|
||||
{#each remainingAccounts as account (account.id_key)}
|
||||
<div animate:flip={{ duration: 250 }} transition:blur>
|
||||
<GroupedListItem on:click={() => switchToAccount(account)}>
|
||||
<div class="-mx-0.5"><ProfilePicture {account} size={24} /></div>
|
||||
{account.profile.signee.payload.name}
|
||||
</GroupedListItem>
|
||||
</div>
|
||||
{/each}
|
||||
</GroupedListSection>
|
||||
{#if remainingAccounts.length > 0}
|
||||
<GroupedListSection>
|
||||
{#each remainingAccounts as account (account.id_key)}
|
||||
<div animate:flip={{ duration: 250 }} transition:blur>
|
||||
<GroupedListItem on:click={() => switchToAccount(account)}>
|
||||
<div class="-mx-0.5"><ProfilePicture {account} size={24} /></div>
|
||||
{account.profile.signee.payload.name}
|
||||
</GroupedListItem>
|
||||
</div>
|
||||
{/each}
|
||||
</GroupedListSection>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
<GroupedListSection>
|
||||
|
|
Loading…
Add table
Reference in a new issue