mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
refactor(dashboard): use svelte context for lists
This commit is contained in:
parent
f2e160c526
commit
a48f2b40c4
23 changed files with 598 additions and 433 deletions
|
|
@ -142,9 +142,9 @@
|
|||
<Link to={getGroupPageUrl(true)}><button class="link-button button-right btn btn-secondary" style={isPublic ? "float: none !important; margin-left: 0;" : ""} tabindex={-1} aria-label="randomize group members">Randomize group</button></Link>
|
||||
|
||||
{:else if editMode}
|
||||
<Edit on:update on:deletion bind:group bind:editMode />
|
||||
<Edit {group} bind:editMode />
|
||||
{:else if memberMode}
|
||||
<MemberEdit on:updateGroupMembers bind:group bind:memberMode bind:members />
|
||||
<MemberEdit {group} bind:memberMode />
|
||||
{/if}
|
||||
</CardBody>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue