WIP: Button Reactions
This still needs some cleanup and some functionality straight up doesn't work or is only a POC
This commit is contained in:
parent
43c23263f0
commit
7c757d4b96
5 changed files with 177 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
export enum ButtonMenuActions {
|
||||
OPEN_MENU = "goto",
|
||||
GRANT_ROLE = "grant",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue