gendesign/frontend
lekss361 7fa93f825c feat(trade-in): TI-3 frontend /trade-in page + 5 components + hooks
- types/trade-in.ts: TradeInEstimateInput, AggregatedEstimate, AnalogLot
- lib/trade-in-api.ts: useEstimateMutation (POST) + useEstimate (GET)
- EstimateForm: controlled form with validation, required fields, optional fields
- EstimateResult: hero price card, PriceRangeBar, 4 sections (cover/listings/deals/trade-in placeholder)
- AnalogsTable: sortable table with photo fallback, safeUrl XSS guard
- PriceRangeBar: horizontal scale with median marker
- EstimateProgress: inline spinner
- page.tsx: 2-col sticky layout, mobile-responsive, URL persistence via ?id=

Backend uses mock data (realistic EKB prices). PDF button disabled (coming TI-2).
Depends on TI-1 (PR #316).
Closes #314 (TI-3 sub-task).
2026-05-17 19:54:11 +03:00
..
public chore: refresh preview pages + add tradein landing 2026-05-17 15:37:28 +03:00
src feat(trade-in): TI-3 frontend /trade-in page + 5 components + hooks 2026-05-17 19:54:11 +03:00
.dockerignore fix(scraper): диагностируем «кнопка не работает» — Redis lock + task_received log 2026-04-28 23:17:42 +03:00
.env.example feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
.eslintrc.json init 2026-04-25 13:45:19 +03:00
Dockerfile fix(infra): wire GlitchTip DSNs (build-arg + env_file) + reject sentry.io promote 2026-05-16 21:48:28 +03:00
next-env.d.ts add interactive analytics dashboard for Sverdlovsk market and PRINZIP 2026-04-27 16:55:30 +03:00
next.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
package-lock.json fix(sf-11): review-pass — DOM.РФ latin URL + Fragment key + a11y keyboard 2026-05-17 16:16:24 +03:00
package.json fix(sf-11): review-pass — DOM.РФ latin URL + Fragment key + a11y keyboard 2026-05-17 16:16:24 +03:00
sentry.client.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
sentry.edge.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
sentry.server.config.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00
tsconfig.json init 2026-04-25 13:45:19 +03:00