mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
feat(dashboard): add filtering groups based on whether they have members
and vice versa
This commit is contained in:
parent
28834ba9ad
commit
f112f45e77
5 changed files with 52 additions and 8 deletions
|
|
@ -52,7 +52,7 @@
|
|||
listLoading = false;
|
||||
}
|
||||
|
||||
$: processedGroups = filterList(groups, options, "group")
|
||||
$: processedGroups = filterList(groups, groups, options, "group")
|
||||
$: currentGroups = paginateList(processedGroups, pageOptions)
|
||||
$: shortMembers = createShortList(members)
|
||||
$: pageAmount = getPageAmount(processedGroups, pageOptions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue