From 7faea1370fd20c9dc96bb2c84f8948ea78f90c86 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 5 Mar 2026 19:12:40 +0000 Subject: [PATCH] Edit app-9xzmfic2e4g1/src/components/trip/Timeline.tsx via Editor --- .../src/components/trip/Timeline.tsx | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/app-9xzmfic2e4g1/src/components/trip/Timeline.tsx b/app-9xzmfic2e4g1/src/components/trip/Timeline.tsx index c576c54..5e25e0f 100644 --- a/app-9xzmfic2e4g1/src/components/trip/Timeline.tsx +++ b/app-9xzmfic2e4g1/src/components/trip/Timeline.tsx @@ -160,6 +160,16 @@ function DaySection({ )} + {/* Day story — AI hikayesi */} + {day.day_story && ( +
+ +

+ {day.day_story} +

+
+ )} + {/* Empty state */} {day.items.length === 0 && (
@@ -437,6 +447,22 @@ function SortableItem({

{item.notes}

)} + + {/* why_visit — neden bu yer */} + {item.why_visit && ( +
+ +

{item.why_visit}

+
+ )} + + {/* personal_tip — kişisel ipucu */} + {item.personal_tip && ( +
+ +

{item.personal_tip}

+
+ )}