Resource configuration, access, validation, authorization, archival, long-content, and mobile settings states.
Block-composed data & operations coverage across realistic application states.
SettingsLayout and Toolbar own narrow stacking without a mobile API.
SettingsLayout and Toolbar own narrow stacking without a mobile API.
Identity, visibility, retention, and notifications remain application-owned values.
test/dummy/app/components/gallery/flows/data_resource_settings_page.rbrender NitroKit::SettingsLayout.new(id: "gallery-data-resource-settings-layout") do |layout|
layout.navigation(label: "Data resource settings sections") { render_settings_navigation }
layout.content do
case settings_section
when "general"
render_general_settings
when "access"
render_access_settings
when "danger"
render_danger_settings
end
end
end