From 52a2693cadd6749ee1709875ee12fcbdcb4ce2ec Mon Sep 17 00:00:00 2001 From: Benjamin Sutter Date: Mon, 18 May 2026 22:18:39 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20move=20map=20from=20header=20into=20?= =?UTF-8?q?=C3=9Cbersicht=20tab=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/components/supply/PropertyDetailView.tsx | 30 +++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/components/supply/PropertyDetailView.tsx b/src/components/supply/PropertyDetailView.tsx index 55e4dec..00ccb91 100644 --- a/src/components/supply/PropertyDetailView.tsx +++ b/src/components/supply/PropertyDetailView.tsx @@ -126,6 +126,24 @@ function OverviewPanel({ p }: { p: Property }) { )} + {p.location.coordinates && ( + + + + Standort + + + {p.address.street} {p.address.houseNumber}, {p.address.postalCode} {p.address.city} + + + + + )} Score @@ -366,7 +384,7 @@ export function PropertyDetailView({ propertyId, onClose }: PropertyDetailViewPr )} - {/* Photo + Map — stacked, compact */} + {/* Photo only — map moved into Übersicht tab */} {property.images?.[0] && ( )} - {property.location.coordinates && ( - - - - )} {/* Tabs */}