feat: ability to change the order of signers in create screen #61
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-33"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #33
@ -164,3 +168,4 @@
setUsers((prev) => prev.filter((user) => user.pubkey !== pubkey))
}
const moveSinger = (dragIndex: number, hoverIndex: number) => {
is singer a typo?
some explanatory comments in the code would be good to see