Rename "Schedule Maintenance" to "Add Maintenance", match contained
button style to "Add Fuel Log", and open inline MaintenanceRecordForm
dialog on click. Applied to both desktop and mobile views.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes #194
Summary
variant="contained"on desktop to match "Add Fuel Log"MaintenanceRecordForm(same pattern as Add Fuel Log)onSuccesscallback prop toMaintenanceRecordFormfor dialog close + query invalidationfullScreenat small breakpointsFiles Changed
frontend/src/features/vehicles/pages/VehicleDetailPage.tsx- Desktop button + dialogfrontend/src/features/vehicles/mobile/VehicleDetailMobile.tsx- Mobile button + dialogfrontend/src/features/maintenance/components/MaintenanceRecordForm.tsx- AddedonSuccesspropTest Plan