You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a large delay between typing something and the results appearing and allowing the user to hit enter and proceed.
For myself, this causes me to press enter before the results have appeared when I'm using a search result I know will get me where I want.
Changing DEFAULTS_SEARCH_INTERVAL_KEY to a smaller float fixes the delay as expected but causes significant lag in the UI & action response.
I'd like to spend some time in instruments and see if I can figure out ways to improve this. This ticket will also allow open discussion of areas in need of improvement.
The text was updated successfully, but these errors were encountered:
There is a large delay between typing something and the results appearing and allowing the user to hit enter and proceed.
For myself, this causes me to press enter before the results have appeared when I'm using a search result I know will get me where I want.
Changing
DEFAULTS_SEARCH_INTERVAL_KEY
to a smaller float fixes the delay as expected but causes significant lag in the UI & action response.I'd like to spend some time in instruments and see if I can figure out ways to improve this. This ticket will also allow open discussion of areas in need of improvement.
The text was updated successfully, but these errors were encountered: