diff --git a/frontend/src/components/ItineraryTimeline.tsx b/frontend/src/components/ItineraryTimeline.tsx index 0511179..7a88637 100644 --- a/frontend/src/components/ItineraryTimeline.tsx +++ b/frontend/src/components/ItineraryTimeline.tsx @@ -335,11 +335,11 @@ export const ItineraryTimeline = ({ @@ -350,17 +350,17 @@ export const ItineraryTimeline = ({ {legIdx === legs.length - 1 && !legs.some((l: any) => l.locations.some((loc: any) => loc.plannedEnd && new Date(loc.plannedEnd).getTime() === 0)) && (
-
+
@@ -558,14 +558,14 @@ export const ItineraryTimeline = ({
@@ -574,132 +574,132 @@ export const ItineraryTimeline = ({ {/* Modal Khai báo số chặng (Popover) */} {isLegCountModalOpen && ( -
-
setIsLegCountModalOpen(false)} /> -
-
-

Số chặng lộ trình

- -
- -

- Bạn muốn chia chuyến đi này thành bao nhiêu chặng nhỏ? (Tối đa 20 chặng) -

- -
- - {tempLegCount} - -
- - -
-
- )} - - {/* Modal Chỉnh sửa Chặng (Popover) */} - {isEditModalOpen && ( -
-
setIsEditModalOpen(false)} /> -
-
-

Chỉnh sửa Chặng

- -
- -
-
- - setEditingLegData({ ...editingLegData, note: e.target.value })} - placeholder="VD: Ngày 1: Khởi hành" - className="w-full px-5 py-4 bg-gray-50 border border-gray-100 rounded-2xl focus:ring-2 focus:ring-blue-500 outline-none transition-all text-sm" - /> -
- -
- -