Open
Description
The Problem:
When attempting to search for a track
, the search modal currently appears empty. This creates a visually unappealing UI that seems a bit incomplete.
Current State:
The solution
To enhance the user experience, the empty state of the modal can be replaced with a more meaningful display. Here are two potential approaches:
Recent Searches
: Display tracks that the user has recently searched for.Suggestions
: If there are no recent searches, show random or popular tracks to engage the user and make the modal feel more dynamic and purposeful.
Proposed State:
NOTE: Once user enters some words we can start showing the current implementation of suggesting the matching tracks.