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:
Dark 2021-06-06 04:57:05 +02:00
parent 43c23263f0
commit 7c757d4b96
No known key found for this signature in database
GPG key ID: 384C4B4F5B1E25A8
5 changed files with 177 additions and 0 deletions

View file

@ -0,0 +1,4 @@
export enum ButtonMenuActions {
OPEN_MENU = "goto",
GRANT_ROLE = "grant",
}