mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(admin): groups management UI in the console
Add a super-admin-only Groups tab to create, edit and delete groups (name, admin ids, owner scope). Routes now require a group via a select in the editor, group names are shown on route cards, and the new useMe/useGroups composables back the UI.
This commit is contained in:
parent
537f4cbb84
commit
62985a2f3f
8 changed files with 382 additions and 9 deletions
|
|
@ -339,6 +339,12 @@ main {
|
|||
color: var(--accent-text);
|
||||
}
|
||||
|
||||
.badge.group {
|
||||
background: var(--ok-dim);
|
||||
color: var(--ok);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.card-actions {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue