gendesign/tradein-mvp/frontend
bot-frontend abdb87e806 fix(tradein): a11y follow-up — sr-only th-текст + heading-order (#835)
QA re-axe после #844:
- empty-table-header: axe требует ТЕКСТ в th, не aria-label → `<th><span
  class=sr-only>Действия</span></th>` в Listings/Deals/StreetDeals + новый
  .sr-only класс (visually-hidden) в trade-in.css.
- heading-order (новое, от sr-only h1): OfferCard .advantage h4 давал скачок
  h2→h4 → понижен до h3 (JSX ×4 + CSS .advantage h4→h3).

Refs #835, #801
2026-05-31 00:03:50 +03:00
..
public fix(tradein): commit empty frontend/public via .gitkeep 2026-05-21 00:59:13 +03:00
src fix(tradein): a11y follow-up — sr-only th-текст + heading-order (#835) 2026-05-31 00:03:50 +03:00
.dockerignore feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
Dockerfile chore(tradein-fe): bake NEXT_PUBLIC_ENABLE_PREVIEW build-arg (#801) 2026-05-30 18:40:21 +00: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