feat(dashboard): allow selecting which avatar to show in list

This commit is contained in:
Jake Fulmine 2023-09-21 13:23:44 +02:00
parent 94e848ee4c
commit 1777070694
14 changed files with 120 additions and 24 deletions

View file

@ -32,7 +32,7 @@
<Card class="mb-4">
<CardHeader>
<CardsHeader bind:item={user}>
<CardsHeader bind:item={user} type="system" avatarUsed="avatar_only">
<div slot="icon" style="cursor: pointer;" id={`copy-${user.id}`} on:click|stopPropagation={() => copyShortLink()} on:keydown|stopPropagation={(e) => copyShortLink(e)} tabindex={0} >
<FaAddressCard />
</div>