-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New RBAC UI #14577
New RBAC UI #14577
Conversation
…alidator not allowing the structure that roles are expected to have.
@@ -177,6 +178,7 @@ export async function save(ctx: UserCtx<SaveRoleRequest, SaveRoleResponse>) { | |||
}, | |||
}) | |||
} | |||
builderSocket?.emitRoleUpdate(ctx, role) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only backend change is multiplayer support for role changes.
…-role Preview role - multi-inheritance fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Any issues found during testing are now resolved 🎉 . Fantastic work @aptkingston. The new role UX is amazing!
}) | ||
</script> | ||
|
||
<div class="dev-preview-header" class:mobile={$context.device.mobile}> | ||
<Heading size="XS">Preview</Heading> | ||
<Heading size="XS">Previ werewr eww</Heading> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥚
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 😂 May have been testing things...
Description
This PR adds a new visual way of defining roles for your apps. Custom roles can be created, edited and deleted using this new RBAC editor, and inheritance can be defined using intuitive drag-and-drop connections. Inheriting multiple roles is now possible too.
Clarification of functionality:
Feature branch env
Feature Branch Link