Add popular subreddits to search drawer on initial focus
gregrickaby opened this issue · 1 comments
gregrickaby commented
When a user clicks/taps the search bar the drop down reads, "nothing found try searching".
Instead, it should show the the Top 5 (or 10) popular Subreddits. See Mantine's Autocomplete docs.
- When a user clicks/taps into search bar, display 5 or 10 Popular Subreddits
- Follow the API docs for the query
- The subreddits listed in the drodpown should match the style and display
NSFW
badge if necessary
sfrunza13 commented
Can I try to work on this?