gendesign/tradein-mvp/frontend/src
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
..
app feat(tradein): web-native analytics cards on estimate result (map, distribution, trend, exposure) (#688) 2026-05-30 07:50:40 +00:00
components fix(tradein-ui): eliminate mobile horizontal overflow on estimate result (#692) 2026-05-30 11:39:27 +03:00
lib feat(tradein): brand-by-account + result IA redesign (distinct asking/sale prices) (#683) 2026-05-30 06:45:14 +00:00
types fix(tradein): dedupe last_scraped_at — fix frontend build/deploy (#703) 2026-05-30 08:32:04 +00:00