mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
feat: group deletion
This commit is contained in:
parent
1e9fe25355
commit
e2a16cd76b
3 changed files with 60 additions and 6 deletions
|
|
@ -106,7 +106,7 @@
|
|||
<Button style="flex: 0" color="primary" on:click={() => editMode = true}>Edit</Button> <Button style="flex: 0" color="secondary" on:click={() => memberMode = true}>Members</Button>
|
||||
{/if}
|
||||
{:else if editMode}
|
||||
<Edit on:update bind:group bind:editMode />
|
||||
<Edit on:deletion on:update bind:group bind:editMode />
|
||||
{:else if memberMode}
|
||||
<MemberEdit on:update bind:group bind:memberMode bind:members />
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue