Merge branch 'dev' into test

This commit is contained in:
Marek Maslowski
2026-04-05 00:36:40 +02:00
committed by GitHub
21 changed files with 354 additions and 57 deletions
+1
View File
@@ -600,6 +600,7 @@ export default function TripPlannerPage(): React.ReactElement | null {
leftWidth={leftCollapsed ? 0 : leftWidth}
rightWidth={rightCollapsed ? 0 : rightWidth}
hasInspector={!!selectedPlace}
hasDayDetail={!!showDayDetail && !selectedPlace}
/>