From 54f6112e7e474b9e90ec59f1d2cc6fa2ab44efcf Mon Sep 17 00:00:00 2001 From: egecankomur Date: Wed, 6 May 2026 20:20:48 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20harita=20g=C3=B6r=C3=BCn=C3=BCm=C3=BC=20?= =?UTF-8?q?tam=20y=C3=BCkseklik=20dolduracak=20=C5=9Fekilde=20d=C3=BCzelti?= =?UTF-8?q?ldi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Yükseklik: calc(100dvh - var(--header-height) - 8rem) - Sağ panel ve sol panel h-full aldı - PropertiesMapView sarmalayıcısına h-full w-full eklendi - Sol kart listesi w-72'ye daraltıldı --- src/components/map/properties-map-view.tsx | 6 +++++- src/components/properties/properties-client.tsx | 9 ++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/map/properties-map-view.tsx b/src/components/map/properties-map-view.tsx index bedbc5e..8321a9e 100644 --- a/src/components/map/properties-map-view.tsx +++ b/src/components/map/properties-map-view.tsx @@ -27,5 +27,9 @@ interface Props { } export function PropertiesMapView(props: Props) { - return ; + return ( +
+ +
+ ); } diff --git a/src/components/properties/properties-client.tsx b/src/components/properties/properties-client.tsx index 515b470..701b09d 100644 --- a/src/components/properties/properties-client.tsx +++ b/src/components/properties/properties-client.tsx @@ -188,9 +188,12 @@ export function PropertiesClient({ initialProperties }: PropertiesClientProps) { {/* Map view — split layout */} {viewMode === "map" && ( -
+
{/* Left: scrollable property cards */} -
+
{properties.length === 0 && (

Henüz ilan yok.

)} @@ -263,7 +266,7 @@ export function PropertiesClient({ initialProperties }: PropertiesClientProps) {
{/* Right: map */} -
+