Shop tabs overflow: Replace horizontal tabs with custom dropdown select #7
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jperera/shopping#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Problem
The current shop navigation uses horizontal tabs that are displayed in a flexbox row where each tab takes equal space (
flex: 1). As the number of shops grows, the tabs become increasingly cramped and difficult to use.Current state:
Issues with current design:
Current Implementation
Proposed Solution: Custom Dropdown Select
Replace the horizontal tabs with a custom dropdown menu that:
Design
Features
Technical Approach
currentStorestate and localStorage persistenceExample Mockup
Alternative Solutions Considered
Scrollable tabs - Horizontal scroll with arrows
Native
<select>elementCollapsible sidebar
Acceptance Criteria