mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
feat: expanded cards and links in member list
This commit is contained in:
parent
8580277a28
commit
08f04c8a0c
2 changed files with 54 additions and 2 deletions
|
|
@ -73,7 +73,7 @@
|
|||
<SystemMain bind:user bind:isPublic />
|
||||
</TabPane>
|
||||
<TabPane tabId="members" tab="Members" active={tabPane === "members"}>
|
||||
<MemberList bind:list={members} bind:isPublic/>
|
||||
<MemberList bind:list={members} bind:isPublic isMainDash={!isPublic} />
|
||||
</TabPane>
|
||||
<TabPane tabId="groups" tab="Groups" active={tabPane === "groups"}>
|
||||
<GroupList bind:members={members} bind:list={groups} bind:isPublic/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue