chore: differentiate Stations icon from Fuel Logs in bottom nav (#162) #181
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?
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