-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthardChallenging implementationChallenging implementationuxUser experienceUser experience
Description
Users who return to the site have to retype searches from scratch. A recent searches dropdown would speed up repeat visits.
Proposed solution
Store the last 5 searches in localStorage and show them as suggestions when the search bar is focused but empty.
Acceptance criteria
- Recent searches shown when search bar focused with empty input
- Clicking a suggestion populates and runs the search
- Clearable from the UI
- Capped at 5 entries, oldest dropped first
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthardChallenging implementationChallenging implementationuxUser experienceUser experience