chore: remove redundant Stations entry from mobile More menu (#162) #173
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: Medium
Problem
The bottom nav on mobile shows "Stations" and the "More" menu also shows "Stations". This is redundant. The "More" menu should only show pages NOT already in the bottom nav.
Acceptance Criteria
Implementation Plan (from #162 -- Milestone 4)
Phase: 2 (Navigation cleanup) | Priority: Medium | Depends on: None | Blocks: None
Context
Stations is accessible via the bottom nav bar but also appears redundantly in the hamburger "More" menu. This duplication is confusing.
Implementation
1. In
frontend/src/shared-minimal/components/mobile/HamburgerDrawer.tsx:{ screen: 'Stations', label: 'Stations', icon: <LocalGasStationRoundedIcon /> }entry from themenuItemsarrayFiles
frontend/src/shared-minimal/components/mobile/HamburgerDrawer.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
{ screen: 'Stations', ... }entry frommenuItemsarray inHamburgerDrawer.tsxVerification
7a74c7fon branchissue-162-ux-design-audit-cleanupUpdated Menu Order (bottom-to-top)
Settings, Documents, Maintenance, Log Fuel, Vehicles, Dashboard
Verdict: PASS | Next: Visual verification on mobile viewports