This repository was archived by the owner on Nov 23, 2025. It is now read-only.
feat: implement vehicle management features including add, edit, and …#7
Merged
Annotations
8 errors and 3 warnings
|
|
|
src/app/dashboard/vehicles/page.tsx#L37
Unexpected any. Specify a different type
|
|
src/app/dashboard/vehicles/page.tsx#L22
Unexpected any. Specify a different type
|
|
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L54
Unexpected any. Specify a different type
|
|
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L40
Unexpected any. Specify a different type
|
|
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L29
Unexpected any. Specify a different type
|
|
src/app/components/EditVehicleForm.tsx#L39
Unexpected any. Specify a different type
|
|
src/app/components/AddVehicleForm.tsx#L32
Unexpected any. Specify a different type
|
|
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L120
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L103
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L21
React Hook useEffect has missing dependencies: 'loadServiceHistory' and 'loadVehicleDetails'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading