-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add helper text on "No results found" popup #1029
Comments
Maybe show something like this in case the user does not enable any dictionary. No dictionaries have been installed or enabled yet. Not sure if we should do the same for popup. The "No result found" in popup only shows when you scan and disable the dictionary. Otherwise the popup cannot be shown at the first place. |
The thing is that the "no results found" popup is a static string, so it would be a bit more work do add the conditional logic. I guess we could do that 🤔 |
We have a "No results found" text that shows up our popup and search occasionally. I'm willing to bet a good portion of users who see this popup have not installed or enabled a dictionary
This task involves adding a conditional helper text to the "No results found" that helps users understand potential reasons why results are not showing up
The text was updated successfully, but these errors were encountered: