mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
feat: filtering members by groups and vice versa!
This commit is contained in:
parent
722f345e4c
commit
5c0403e883
9 changed files with 156 additions and 18 deletions
|
|
@ -86,10 +86,10 @@
|
|||
<System bind:user={user} bind:isPublic />
|
||||
</TabPane>
|
||||
<TabPane tabId="members" tab="Members" active={tabPane === "members"}>
|
||||
<MemberList bind:list={members} bind:isPublic />
|
||||
<MemberList bind:groups={groups} bind:list={members} bind:isPublic />
|
||||
</TabPane>
|
||||
<TabPane tabId="groups" tab="Groups" active={tabPane === "groups"}>
|
||||
<GroupList bind:list={groups} bind:isPublic />
|
||||
<GroupList bind:members={members} bind:list={groups} bind:isPublic />
|
||||
</TabPane>
|
||||
</TabContent>
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue