Block-composed identity, access, integration, validation, authorization, long-content, and mobile settings.
Block-composed workspace & organization coverage across realistic application states.
The accepted SettingsLayout and Toolbar own narrow stacking without a mobile API.
The accepted SettingsLayout and Toolbar own narrow stacking without a mobile API.
Names, URLs, defaults, and notifications remain application-owned settings.
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