Resume workspace setup
Workspace details and team invitations were saved on July 13, 2026 at 09:15 UTC.
AuthShell-composed workspace, team, integration, review, resume, validation, loading, and completion steps.
Workspace, team, integration, review, resume, completion, validation, and loading states.
A saved setup records where and when the user can continue.
test/dummy/app/components/gallery/compositions/onboarding_page.rbrender NitroKit::AuthShell.new(
id: "gallery-onboarding-shell",
aria: {
label: "Nitro workspace onboarding",
busy: state == "loading" ? "true" : nil
}.compact,
data: {
gallery: "composition-surface",
gallery_composition: "onboarding",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
turbo_frame_tag("gallery-onboarding-frame") { render_screen }
end