Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display Tweets instead of Accounts when Searching for a Hashtag #31

Closed
alphanerdgen opened this issue Apr 24, 2021 · 2 comments
Closed
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@alphanerdgen
Copy link

Search for # Covid19 and Fritter will show you a list of accounts first. People usually look for tweets when they search for a specific hashtag.

@alphanerdgen alphanerdgen changed the title Display Tweets instead of Accounts when Seatching for a Hashtag Display Tweets instead of Accounts when Searching for a Hashtag Apr 24, 2021
@jonjomckay jonjomckay added enhancement New feature or request good first issue Good for newcomers labels Apr 27, 2021
@jonjomckay
Copy link
Owner

jonjomckay commented Apr 27, 2021

Agree - detecting a hashtag and showing the tweets tab opened first should be a nice UX improvement

@jonjomckay jonjomckay added this to the v2.9.0 milestone Jun 11, 2021
jonjomckay added a commit that referenced this issue Jun 11, 2021
This adds support for automatically searching Twitter when a query is
entered on the search screen. It also means that tapping on a hashtag
actually performs the search now, instead of having to manually press
search 🙌.

The search request is debounced now too, so it doesn't perform a search
any more often than every 750ms, meaning we're not spamming Twitter's
API with a search for every character typed in.

Fixes #25 and #31.
@jonjomckay
Copy link
Owner

Fixed in a4f5970, and will be going out in v2.9.0!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants