Help and support flow
FAQ, search, zero-result, support contact, validation, outcome, long-content, and mobile states.
FAQ, search, zero-result, support form, validation, outcome, long-content, and narrow states.
Active Model errors connect invalid values to a durable status and native controls.
Support and documentation
Active Model errors connect invalid values to a durable status and native controls.
The application owns routing, attachments, service levels, delivery, and ticket persistence.
test/dummy/app/components/gallery/flows/help_center_page.rbworkspace_surface do
render_header
case state
when "faq", "long", "mobile"
render_search
render_faq
when "search", "empty"
render_search
render_search_results
when "contact", "contact-validation"
render_contact
when "contact-sent"
render_contact_sent
end
end