Purpose
Free-text business description card. File: frontend/kundkort/components/sections/SummarySection.tsx. Renders in the Översikt tab.
Fields
data.sammanfattning: string | null— the body textdata.sammanfattning_source: string | null— small pill next to the heading (e.g. “BV”, “AI-genererad”)
Rendering
- If
sammanfattningpresent: paragraph in--text-secondary,font-size: 14px,line-height: 1.7 - If null: italic placeholder “Ingen beskrivning tillgänglig” in
--text-muted
The source pill is conditionally rendered — when present it sits inline with the SectionHeading and uses the same dark muted-pill style as other source attribution.