From e70cd5729eb4beb874dc2bd21c119c426ed5b280 Mon Sep 17 00:00:00 2001 From: Maurice Date: Tue, 24 Mar 2026 20:47:27 +0100 Subject: [PATCH] Remove booking hint banner, responsive location/assignment layout on mobile --- client/src/components/Planner/ReservationsPanel.jsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/client/src/components/Planner/ReservationsPanel.jsx b/client/src/components/Planner/ReservationsPanel.jsx index fa3c3ce..85bd41b 100644 --- a/client/src/components/Planner/ReservationsPanel.jsx +++ b/client/src/components/Planner/ReservationsPanel.jsx @@ -119,7 +119,7 @@ function ReservationCard({ r, tripId, onEdit, onDelete, files = [], onNavigateTo )} {/* Row 2: Location + Assignment */} {(r.location || linked) && ( -
+
{r.location && (
{t('reservations.locationAddress')}
@@ -224,16 +224,6 @@ export default function ReservationsPanel({ tripId, reservations, days, assignme
- {/* Hint */} - {showHint && ( -
- -

{t('reservations.placeHint')}

- -
- )} - {/* Content */}
{total === 0 ? (