From e0b63cc637df01f394658e7f0bb0e8143d2e3848 Mon Sep 17 00:00:00 2001 From: lekss361 Date: Sun, 26 Jul 2026 20:02:28 +0000 Subject: [PATCH] =?UTF-8?q?fix(tradein/v2):=20=D0=BD=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D1=8F=D1=89=D0=B0=D1=8F=20=D0=BA=D0=B0=D1=80=D1=82=D0=B0?= =?UTF-8?q?=20Leaflet+OSM=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=BA=D0=BE=D1=80=D0=B0=D1=82=D0=B8=D0=B2=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=BF=D1=81=D0=B5=D0=B2=D0=B4=D0=BE-SVG=20(#252?= =?UTF-8?q?8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/trade-in/v2/ParamsPanel.tsx | 595 +++++++++++------- 1 file changed, 372 insertions(+), 223 deletions(-) diff --git a/tradein-mvp/frontend/src/components/trade-in/v2/ParamsPanel.tsx b/tradein-mvp/frontend/src/components/trade-in/v2/ParamsPanel.tsx index 1edcbc9d..251e66e3 100644 --- a/tradein-mvp/frontend/src/components/trade-in/v2/ParamsPanel.tsx +++ b/tradein-mvp/frontend/src/components/trade-in/v2/ParamsPanel.tsx @@ -7,9 +7,16 @@ // styles are UNCHANGED — only the data plumbing differs (display
s became // s styled identically, dropdowns now feed real enum values). RU dropdown // labels <-> API enum values go through HOUSE_TYPE_*/REPAIR_* maps in ./mappers. -// РАДИУС is now wired (radius_m on submit + the outer map ring scales with it); -// the CRM dropdown still has no backend → kept visually but disabled. Hover/active -// + @keyframes live in a pp-prefixed local