// ----------------------------------------------------------------------------- // Lou-Ka — Agrégateur de logements à louer (province de Québec) // Auteur : Simon-Pierre Boucher — contact@spboucher.ai // fiche/PropertySummary.tsx : carte « En bref » — 4 à 6 constats déterministes // (voir synthese.ts) avec ton (✓ / ! / ○) et preuve chiffrée. // ----------------------------------------------------------------------------- import { Constat } from "./synthese"; import { SectionCard, SkeletonLines } from "./ui"; export function BriefList({ items, compact = false }: { items: Constat[]; compact?: boolean }) { const glyph = (t: Constat["tone"]) => (t === "good" ? "✓" : t === "bad" ? "✕" : t === "warn" ? "!" : "○"); return (
Pas encore de synthèse : les données de marché et d'environnement manquent pour ce secteur.
)}