gendesign/tradein-mvp/frontend
lekss361 2769fe6daf feat(tradein): trust + actions (how-calculated, freshness, PDF, lead CTA) in result header
Web-only trust signals over the static PDF, in the result header (HeroTransparency):
- «Как рассчитано» collapsible: comps tier (parsed from confidence_explanation),
  n_analogs, confidence band, full explanation.
- «Данные актуальны на …» freshness (last_scraped_at | now − data_freshness_minutes).
- «Скачать PDF-отчёт» — brand-aware (useActiveBrandSlug), existing PDF endpoint.
- «Оставить заявку на трейд-ин» CTA — no lead backend yet → graceful mailto stub
  (configurable contact, TODO(lead-flow)).
Scoped to HeroSummary + new HeroTransparency + css + one type field; page.tsx
untouched. tsc --noEmit clean; brand-themed; responsive; null-safe.

Refs #657
2026-05-30 10:46:09 +03:00
..
public fix(tradein): commit empty frontend/public via .gitkeep 2026-05-21 00:59:13 +03:00
src feat(tradein): trust + actions (how-calculated, freshness, PDF, lead CTA) in result header 2026-05-30 10:46:09 +03:00
.dockerignore feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
Dockerfile fix(tradein): HOSTNAME=0.0.0.0 + NEXT_PUBLIC_API_BASE_URL build-arg 2026-05-21 10:21:32 +03:00
next.config.ts fix(tradein): убрать basePath redirect-loop 2026-05-21 01:05:49 +03:00
package.json feat(tradein): house analytics section (chart + KPI + sold list) (#546) 2026-05-24 18:09:45 +00:00
pnpm-lock.yaml feat(tradein): house analytics section (chart + KPI + sold list) (#546) 2026-05-24 18:09:45 +00:00
tsconfig.json feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00