feat(rbac): add human-readable descriptions for permissions and enhance role creation UI

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-26 23:56:45 -08:00
parent 55d8594937
commit fd564d3efd
4 changed files with 689 additions and 301 deletions

View file

@ -4,6 +4,7 @@ export const permissionInfo = z.object({
value: z.string(),
name: z.string(),
category: z.string(),
description: z.string(),
});
/**