FRE-366: Add dedicated permissions page with toggle controls

- Add page slot with /permissions route for dedicated permissions management
- Add ui.page.register capability
- Create PermissionsPage component with agent list and permission toggles
- Each agent can be selected to view and toggle their permissions
- Maintains existing sidebar and detail tab functionality

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-17 00:32:16 -04:00
parent 23523c2db4
commit f4912109dd
3 changed files with 253 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
export { AgentPermissionsTab } from './AgentPermissionsTab';
export { PermissionsNav } from './PermissionsNav';
export { PermissionsPage } from './PermissionsPage';