trip-planner/frontend/src/components
myrmidex 935162ea70 Implement timeline scheduling feature with hour-based calendar slots
- Add CalendarSlotService methods for slot order calculation
  - Update PlannedItemController to create slots from datetime
  - Update CalendarSlotController with proper eager loading
  - Create timeline UI components (TripTimeline, DaySection, HourRow, ScheduleItemModal)
  - Add comprehensive PHPUnit tests (PlannedItemTest, CalendarSlotServiceTest)
  - Add comprehensive Selenium E2E tests (timeline-scheduling.test.js)
  - Update PlannablesList to support onItemsChange callback
2025-10-07 22:54:09 +02:00
..
auth Implement Sanctum (#23) 2025-09-26 21:50:44 +02:00
common Optimize frontend with performance improvements and design consistency 2025-09-28 18:48:44 +02:00
plannables Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
timeline Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
BaseModal.jsx Style app 2025-09-27 03:59:37 +02:00
ConfirmDialog.jsx Style app 2025-09-27 03:59:37 +02:00
Dashboard.jsx Add plannable items 2025-10-04 14:59:20 +02:00
LoginForm.jsx Implement Sanctum (#23) 2025-09-26 21:50:44 +02:00
RegistrationForm.jsx Implement Sanctum (#23) 2025-09-26 21:50:44 +02:00
TripCard.jsx Optimize frontend with performance improvements and design consistency 2025-09-28 18:48:44 +02:00
TripDetail.css Optimize frontend with performance improvements and design consistency 2025-09-28 18:48:44 +02:00
TripDetail.jsx Implement timeline scheduling feature with hour-based calendar slots 2025-10-07 22:54:09 +02:00
TripList.jsx Style app 2025-09-27 03:59:37 +02:00
TripModal.jsx Style app 2025-09-27 03:59:37 +02:00