mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
feat: move loading spinner from top of card to submit button
This commit is contained in:
parent
6deb792afa
commit
85a758ee15
8 changed files with 23 additions and 29 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
export let member: Member;
|
||||
export let groups: Group[] = [];
|
||||
export let loading: boolean = false;
|
||||
let loading: boolean = false;
|
||||
export let groupMode: boolean = true;
|
||||
|
||||
let groupsWithMember: Group[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue