### **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: > [!IMPORTANT] > <img width="367" alt="image" src="https://github.com/user-attachments/assets/833b67db-2574-4dd0-a524-bcb8c3f9dfe9" /> ### **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: > [!IMPORTANT] > <img width="367" alt="image" src="https://github.com/user-attachments/assets/71d42e5e-d983-4066-a960-68ca456ae3a4" /> > NOTE: Once user enters some words we can start showing the current implementation of suggesting the matching tracks.
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:
Important
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:
Important