Team operations flow
Block-composed member inventory, invitation, role, removal, outcome, density, and mobile states.
Inventory, search, invitation, access changes, removal, recovery, density, and mobile pressure.
A semantic member inventory with role, status, dates, and labelled actions.
Member roles, invitation state, join dates, and account actions.
| Member | Role | Status | Joined | Actions |
|---|---|---|---|---|
| Ada Lovelace[email protected] | Owner | Active | 2024-02-12 | |
| Grace Hopper[email protected] | Admin | Active | 2024-09-03 | |
| Katherine Johnson[email protected] | Member | Invited | Invitation pending |
test/dummy/app/components/gallery/flows/team_management_page.rbdiv(
data: {
gallery: "flow-surface",
gallery_flow: "team-management",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
render NitroKit::Container.new(size: :xl, id: "gallery-team-container") do
render NitroKit::Flex.new(dir: :col, gap: 6, align: :stretch, id: "gallery-team-stack") do
turbo_frame_tag("gallery-team-management-frame") { render_screen }
end
end
end