gendesign/tradein-mvp/frontend
lekss361 2942c09b0e fix(tradein-ui): eliminate mobile horizontal overflow on estimate result (#692)
На вьюпортах ≤390px страница результата скроллилась вбок: recharts
ResponsiveContainer (~766px) не зажимался, leaflet-тайлы, широкие comp-таблицы
и top-nav выпирали — flex/grid-ребёнок с дефолтным min-width:auto не ужимался.

trade-in.css: html/body/.page overflow-x:clip (страховка, не ломает sticky);
.result-col>* min-width:0/max-width:100%; recharts-обёртки max-width:100%;
leaflet MapCard + comp-таблицы (table.dt/.offer-tbl) max-width:100%;
@≤720px top-nav flex-wrap. HouseAnalyticsSection (unclassed flex-ребёнок с
PriceHistoryChart) min-width:0. Raw-таблицы RecentSoldList/PlacementHistoryCard
(не блок-стакаются) — overflow-x:auto: скролл ВНУТРИ карточки, не страницы.
Desktop-neutral (media-scoped/shrink-only).

Closes #692
2026-05-30 11:39:27 +03:00
..
public fix(tradein): commit empty frontend/public via .gitkeep 2026-05-21 00:59:13 +03:00
src fix(tradein-ui): eliminate mobile horizontal overflow on estimate result (#692) 2026-05-30 11:39:27 +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