feat(admin): org-groups tab + users tab migration + standalone shell #47
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_collab!47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_admin_org_groups_users"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds the Org Groups admin tab and migrates the Users tab to the shared
AsyncSection/ConfirmDialog/rpc_typedhelpers. Wires a standalone Dioxus shell behind--features standaloneso the admin panel can be UI-verified viadx servewithout the hero_os archipelago.Related Issue
Refs #43.
Changes
[[bin]]target +src/main.rs+Dioxus.toml [[web.proxy]]fordx serve --features standalone.join_alland org-group detail load viajoin.cfg!(feature = "standalone").make devstart-full(proxy mode + seed-dev-rbac).Test Results
5/5 standalone Playwright specs pass (admin shell + Users + Roles + Claims + Org Groups).
cargo check --workspaceclean; pre-existing fmt/lint debt unchanged.WIP: feat(admin): org-groups tab + users tab migration + standalone shellto feat(admin): org-groups tab + users tab migration + standalone shell