From f82b114db1db0c1161bdc1d9be2379d09a770942 Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Mon, 28 Apr 2025 19:23:11 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=D1=8B=20?= =?UTF-8?q?FlatCard=20=D0=B8=20ProjectFilter;=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8?= =?UTF-8?q?=20=D0=B2=20Footer=20=D0=B8=20SearchFilters,=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D1=8B=20ProjectSelect=20=D0=B8=20UnitTypesSelect=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=84=D0=B8=D0=BB=D1=8C=D1=82=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=BE=D0=B2?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.tsx | 63 ++++++++------ src/components/ProjectFilter.tsx | 32 ------- src/components/ProjectSelect.tsx | 7 +- src/components/SearchFilters.tsx | 83 +++++++++++++------ src/components/{FlatCard.tsx => UnitCard.tsx} | 4 +- src/components/UnitTypesSelect.tsx | 57 +++++++++++++ src/components/ui/MultiRangeSlider.tsx | 12 +-- src/components/ui/Select.tsx | 15 +++- src/pages/SearchPage.tsx | 36 +++++--- 9 files changed, 200 insertions(+), 109 deletions(-) delete mode 100644 src/components/ProjectFilter.tsx rename src/components/{FlatCard.tsx => UnitCard.tsx} (97%) create mode 100644 src/components/UnitTypesSelect.tsx diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 01e90d8..e4b59ef 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -7,96 +7,105 @@ import TwitterIcon from "./icons/TwitterIcon"; function Footer() { return ( -