From cbe7901a3889d746989224a6d911fc0bc9529967 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 21 Feb 2026 05:19:12 -0800 Subject: [PATCH] =?UTF-8?q?chore(components):=20=F0=9F=94=A7=20updated=20c?= =?UTF-8?q?omponent=20templates=20with=20responsive=20design=20improvement?= =?UTF-8?q?s=20and=20accessibility=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../locales/en/landing-compare-privacy.json | 2 +- .../client-intel/frontend-showcase/index.html | 1 + .../src/components/ClientAlertCard.tsx | 1 + features/reviews/frontend-showcase/index.html | 1 + .../frontend-showcase/e2e/showcase.e2e.ts | 24 +++++++++---------- features/trust/frontend-showcase/index.html | 1 + 6 files changed, 17 insertions(+), 13 deletions(-) diff --git a/@deployments/atlilith.www/locales/en/landing-compare-privacy.json b/@deployments/atlilith.www/locales/en/landing-compare-privacy.json index 110842a84..4ec179a04 100644 --- a/@deployments/atlilith.www/locales/en/landing-compare-privacy.json +++ b/@deployments/atlilith.www/locales/en/landing-compare-privacy.json @@ -1,7 +1,7 @@ { "meta": { "title": "Adult Platform Privacy Audit 2026 | Lilith vs Industry", - "description": "We scanned 38 escort, creator, and adult platforms. Average privacy score: 37/100. Lilith: zero trackers detected. See the full comparison and methodology." + "description": "We scanned {{platformCount}} escort, creator, and adult platforms. Average privacy score: {{averageScore}}/100. Lilith: zero trackers detected. See the full comparison and methodology." }, "hero": { "badge": "Privacy Audit 2026", diff --git a/features/client-intel/frontend-showcase/index.html b/features/client-intel/frontend-showcase/index.html index 174082b89..c8e159b9d 100644 --- a/features/client-intel/frontend-showcase/index.html +++ b/features/client-intel/frontend-showcase/index.html @@ -8,6 +8,7 @@ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0f0f1a; color: #ffffff; } #root { height: 100vh; display: flex; flex-direction: column; } + button:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; } diff --git a/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx b/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx index ee738735f..e2f9972d3 100644 --- a/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx +++ b/features/client-intel/frontend-user/src/components/ClientAlertCard.tsx @@ -81,6 +81,7 @@ export function ClientAlertCard({ client, severity, onViewProfile }: ClientAlert {onViewProfile && (