Skip to content

feat(frontend): add configuration and confirm dialog components #10

feat(frontend): add configuration and confirm dialog components

feat(frontend): add configuration and confirm dialog components #10

Triggered via push September 5, 2025 10:01
Status Success
Total duration 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 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#L91
React Hook useEffect has a missing dependency: 'fetchTrips'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripForm.tsx#L74
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripDetailsDrawer.tsx#L103
React Hook useEffect has a missing dependency: 'fetchTripDetails'. Either include it or remove the dependency array