The gas pump icon used for "Stations" in the bottom nav is very similar to the fuel log icon. This could cause confusion between the two navigation items.
Recommendation
Use a map pin or location marker icon for Stations to differentiate it from Fuel Logs.
Acceptance Criteria
Stations uses a distinct icon (map pin, location marker, or similar) in bottom nav
Icon is clearly different from the Fuel Logs icon
Icon communicates "location/station" rather than "fuel"
Tested on mobile (320px, 768px)
Relates to #162
## Severity: Minor
## Problem
The gas pump icon used for "Stations" in the bottom nav is very similar to the fuel log icon. This could cause confusion between the two navigation items.
## Recommendation
Use a map pin or location marker icon for Stations to differentiate it from Fuel Logs.
## Acceptance Criteria
- Stations uses a distinct icon (map pin, location marker, or similar) in bottom nav
- Icon is clearly different from the Fuel Logs icon
- Icon communicates "location/station" rather than "fuel"
- Tested on mobile (320px, 768px)
Phase: 2 (Navigation cleanup) | Priority: Minor | Depends on: None | Blocks: None
Context
The Stations icon in the bottom nav uses LocalGasStationRoundedIcon, which is too similar to the Fuel Logs icon. Users cannot visually distinguish the two at a glance.
Implementation
1. In frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx:
Change the Stations bottom nav icon from LocalGasStationRoundedIcon to PlaceRoundedIcon (map pin)
Add import: import PlaceRoundedIcon from '@mui/icons-material/PlaceRounded';
Update the icon reference in the rightNavItems array
chore: differentiate Stations icon from Fuel Logs in bottom nav (refs #181)
Test Criteria
Stations icon is clearly visually different from the Fuel Logs icon
Icon is recognizable as a "location/station" concept
Navigation still works correctly when tapping the Stations icon
Verify on mobile (320px, 768px) viewports
Branch
Work on branch issue-162-ux-design-audit-cleanup (shared with all #162 sub-issues)
## Implementation Plan (from #162 -- Milestone 5)
**Phase**: 2 (Navigation cleanup) | **Priority**: Minor | **Depends on**: None | **Blocks**: None
### Context
The Stations icon in the bottom nav uses `LocalGasStationRoundedIcon`, which is too similar to the Fuel Logs icon. Users cannot visually distinguish the two at a glance.
### Implementation
**1. In `frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx`:**
- Change the Stations bottom nav icon from `LocalGasStationRoundedIcon` to `PlaceRoundedIcon` (map pin)
- Add import: `import PlaceRoundedIcon from '@mui/icons-material/PlaceRounded';`
- Update the icon reference in the `rightNavItems` array
### Files
- `frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx`
### Commit Convention
```
chore: differentiate Stations icon from Fuel Logs in bottom nav (refs #181)
```
### Test Criteria
- Stations icon is clearly visually different from the Fuel Logs icon
- Icon is recognizable as a "location/station" concept
- Navigation still works correctly when tapping the Stations icon
- Verify on mobile (320px, 768px) viewports
### Branch
Work on branch `issue-162-ux-design-audit-cleanup` (shared with all #162 sub-issues)
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.
Relates to #162
Severity: Minor
Problem
The gas pump icon used for "Stations" in the bottom nav is very similar to the fuel log icon. This could cause confusion between the two navigation items.
Recommendation
Use a map pin or location marker icon for Stations to differentiate it from Fuel Logs.
Acceptance Criteria
Implementation Plan (from #162 -- Milestone 5)
Phase: 2 (Navigation cleanup) | Priority: Minor | Depends on: None | Blocks: None
Context
The Stations icon in the bottom nav uses
LocalGasStationRoundedIcon, which is too similar to the Fuel Logs icon. Users cannot visually distinguish the two at a glance.Implementation
1. In
frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx:LocalGasStationRoundedIcontoPlaceRoundedIcon(map pin)import PlaceRoundedIcon from '@mui/icons-material/PlaceRounded';rightNavItemsarrayFiles
frontend/src/shared-minimal/components/mobile/BottomNavigation.tsxCommit Convention
Test Criteria
Branch
Work on branch
issue-162-ux-design-audit-cleanup(shared with all #162 sub-issues)Milestone: Implementation Complete
Phase: Execution | Agent: Developer | Status: PASS
Changes
LocalGasStationRoundedIconwithPlaceRoundedIcon(map pin) for Stations inBottomNavigation.tsxVerification
bc9c386on branchissue-162-ux-design-audit-cleanupVerdict: PASS | Next: Visual verification on mobile viewports