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

Issue with Hashtags #25

Closed
alphanerdgen opened this issue Apr 24, 2021 · 1 comment
Closed

Issue with Hashtags #25

alphanerdgen opened this issue Apr 24, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@alphanerdgen
Copy link

What Happens: Tapping on a hashtag merely brings up the keyboard with the cursor blinking at the end of the hashtag in the search box.

What Should Happen: Tapping on a hashtag should immediately show the hashtagged tweets instead.

Android Version: 11
App Version: 2.0.0
Repo: F-Droid

@jonjomckay
Copy link
Owner

Yes, I've already tried to fix this one but it requires a bit more work. It's using Flutter's SearchDelegate widget, but that widget doesn't provide a way to supply a query and start the search.

It might be possible by tricking it into displaying the results as autocomplete suggestions, but it'll need to be debounced otherwise it'll send a request for every key tap...

I'll investigate 🕵🏽‍♂️

@jonjomckay jonjomckay added enhancement New feature or request help wanted Extra attention is needed labels Apr 27, 2021
@jonjomckay jonjomckay added this to the v2.9.0 milestone Jun 11, 2021
weblate pushed a commit to weblate/fritter that referenced this issue Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants