## Summary
- Fix mobile FAB 'Maintenance' option navigating to wrong screen
- Changed navigation target from 'Vehicles' to 'Maintenance' in handleQuickAction
Fixes #13
## Test Plan
- [x] TypeScript compilation passes
- [x] ESLint passes (0 errors)
- [ ] Mobile viewport: Tap FAB (+) > Maintenance > Verify Maintenance screen displays
- [ ] Verify maintenance forms accessible from Maintenance screen
- [ ] No regression on other FAB actions (Log Fuel, Vehicle, Document)
## Changes
| File | Change |
|------|--------|
| `frontend/src/App.tsx` | Updated 'add-maintenance' case to navigate to 'Maintenance' screen |
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
The mobile FAB 'Maintenance' option was navigating to the Vehicles screen
instead of the Maintenance screen. Updated handleQuickAction to navigate
to 'Maintenance' which displays MaintenanceMobileScreen.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[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.
Summary
Fixes #13
Test Plan
Changes
frontend/src/App.tsx🤖 Generated with Claude Code