fix(snapshot): Cookie-Dedup + schneller Impressum-Tab + Tabellen-Zahl
- Cookies werden je Vendor nach Name dedupliziert (Consent-Phasen-Dubletten; BMW 2196 → ~772) — in cookie-check + get_snapshot, behebt aufgeblähte Kachel-/Finding-Zahlen. - Impressum-Snapshot-Check überspringt den ~40s-LLM-Schritt (context skip_llm) → Tab lädt sofort statt leer zu bleiben. - Vendor-Tabelle zeigt nur die Cookie-Zahl (kein 'Cookies'-Wort je Zeile). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -140,7 +140,7 @@ function VendorRow({ v, lib }: { v: SnapshotVendor; lib?: LibCategories }) {
|
||||
{v.country}
|
||||
</span>
|
||||
)}
|
||||
<span className="text-gray-500 w-16 text-right">{cookies.length} Cookies</span>
|
||||
<span className="text-gray-500 w-12 text-right" title="Cookies">{cookies.length}</span>
|
||||
<span className={`w-10 text-right font-semibold ${scoreColor(v.compliance_score)}`}>
|
||||
{v.compliance_score != null ? `${v.compliance_score}%` : '—'}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user