Block-composed identity, access, integration, validation, authorization, long-content, and mobile settings.
Block-composed workspace & organization coverage across realistic application states.
Connected service status in the same two-region settings layout.
Connected service status in the same two-region settings layout.
Connected services retain their provider-owned status and routes.
| Service | Status | Connected |
|---|---|---|
| GitHub | Connected | February 14, 2026 15:20 |
| Slack | Action required | April 18, 2026 11:45 |
| Sentry | Available | Not connected |
test/dummy/app/components/gallery/flows/organization_settings_page.rbrender NitroKit::SettingsLayout.new(id: "gallery-organization-settings-layout") do |layout|
layout.navigation(label: "Organization settings sections") { render_settings_navigation }
layout.content do
case settings_section
when "general"
render_general_settings
when "access"
render_access_settings
when "integrations"
render_integration_settings
end
end
end