Integration management flow

Integration management

Block-composed provider catalog, detail, connected inventory, configuration recovery, and mobile states.

Workspace integration operations

Provider discovery, detail, connection records, configuration recovery, and narrow catalog pressure.

Catalog

Provider records expose categories and connection state with explicit application routes.

ViewportFull width
Rubytest/dummy/app/components/gallery/flows/integration_management_page.rb
workspace_surface do
  render_header

  case state
  when "catalog", "mobile"
    render_catalog
  when "detail"
    render_provider_detail
  when "connected"
    render_connected
  when "config-error"
    render_configuration(invalid: true)
  end
end