fix: Wire up "Add Maintenance" button on vehicle detail page #194
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The "Schedule Maintenance" button on the vehicle detail page (
/garage/vehicles/:id) does nothing when clicked. It has no onClick handler on both desktop (VehicleDetailPage.tsx) and mobile (VehicleDetailMobile.tsx).Acceptance Criteria
MaintenanceRecordForm(same pattern as Add Fuel Log dialog)Files to Change
frontend/src/features/vehicles/pages/VehicleDetailPage.tsx(desktop)frontend/src/features/vehicles/mobile/VehicleDetailMobile.tsx(mobile)