mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
feat(dashboard): allow selecting which avatar to show in list
This commit is contained in:
parent
94e848ee4c
commit
1777070694
14 changed files with 120 additions and 24 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue