Skip to content

feat: update frontend to add complete orders instead of individual stops #13

feat: update frontend to add complete orders instead of individual stops

feat: update frontend to add complete orders instead of individual stops #13

Triggered via push September 10, 2025 14:39
Status Success
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint: frontend/src/components/vehicles/VehicleManagement.tsx#L69
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripManagement.tsx#L83
React Hook useEffect has a missing dependency: 'fetchTrips'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripDetailsDrawer.tsx#L111
React Hook useEffect has a missing dependency: 'fetchTripDetails'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripDetailPage.tsx#L85
React Hook useEffect has a missing dependency: 'fetchTrip'. Either include it or remove the dependency array
lint: frontend/src/components/orders/OrderDetailPage.tsx#L54
React Hook useEffect has a missing dependency: 'fetchOrder'. Either include it or remove the dependency array