Documents page: Convert from text buttons to icon buttons (Eye for View Details, Trash for Delete), add card hover shadow effect, convert to MUI components for consistency
Fuel Logs: Add row hover background effect on list items
## Summary
Fixes #51
- **Documents page**: Convert from text buttons to icon buttons (Eye for View Details, Trash for Delete), add card hover shadow effect, convert to MUI components for consistency
- **Fuel Logs**: Add row hover background effect on list items
- **Maintenance Records**: Add card hover shadow effect
- **Maintenance Schedules**: Add card hover shadow effect
All changes follow the VehicleCard pattern with:
- Light gray shadow/elevation on hover with 0.2s transition
- Consistent icon button styling with mobile-responsive touch targets (48px on mobile)
- Proper MUI component usage throughout
## Test Plan
- [ ] Verify Documents page shows icon buttons (eye, trash) instead of text buttons
- [ ] Verify Documents cards have hover shadow effect
- [ ] Verify Fuel Logs rows have hover background effect
- [ ] Verify Maintenance Records cards have hover shadow effect
- [ ] Verify Maintenance Schedules cards have hover shadow effect
- [ ] Test on mobile viewport (320px, 768px)
- [ ] Test on desktop viewport (1920px)
## Out of Scope (per issue)
- Gas Stations page (unique interaction model with Navigate/Premium 93/Favorite buttons)
- Edit functionality for Documents (no edit API currently exists)
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
- Documents page: Convert from text buttons to icon buttons (Eye for
View Details, Trash for Delete), add card hover shadow effect,
convert to MUI components for consistency
- Fuel Logs: Add row hover background effect on list items
- Maintenance Records: Add card hover shadow effect
- Maintenance Schedules: Add card hover shadow effect
All changes follow the VehicleCard pattern with:
- Light gray shadow/elevation on hover with 0.2s transition
- Consistent icon button styling with mobile-responsive touch targets
- Proper MUI component usage throughout
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Added missing Edit icon button between Eye and Trash icons.
Clicking Edit opens EditDocumentDialog to modify the document.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Changed icon button hover behavior to match VehicleCard pattern:
- Removed background color fills on hover (was primary.main/error.main)
- Icons now use default MUI IconButton gray ripple on hover
- Edit icons use text.secondary color (matches VehicleCard)
- Delete icons use error.main color (matches VehicleCard)
Affected files:
- DocumentsPage.tsx
- FuelLogsList.tsx
- MaintenanceRecordsList.tsx
- MaintenanceSchedulesList.tsx
🤖 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 #51
All changes follow the VehicleCard pattern with:
Test Plan
Out of Scope (per issue)
🤖 Generated with Claude Code