mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
feat(rbac): add human-readable descriptions for permissions and enhance role creation UI
This commit is contained in:
parent
55d8594937
commit
fd564d3efd
4 changed files with 689 additions and 301 deletions
|
|
@ -4,6 +4,7 @@ export const permissionInfo = z.object({
|
|||
value: z.string(),
|
||||
name: z.string(),
|
||||
category: z.string(),
|
||||
description: z.string(),
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue