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
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Events focus is extremely useful 👏 I like it that you can select an input in the "Input" tab and see the "Focus" section at the bottom for a specific input.
However, when I search for the same input in the "Focus" tab, it keeps displaying "Searching...":
This is due to the request that is being made, which returns null (and makes sense as guess_input is not a session id or username):
Potential solutions:
Clearly state that a session id or username needs to be given and return a friendly message when no results are found
Allow search by input/output id as well 😀
The text was updated successfully, but these errors were encountered:
hypebright
changed the title
Focus search keeps hanging
Focus search keeps displaying "Searching..." when API returns null
Aug 7, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Events focus is extremely useful 👏 I like it that you can select an input in the "Input" tab and see the "Focus" section at the bottom for a specific input.
However, when I search for the same input in the "Focus" tab, it keeps displaying "Searching...":
This is due to the request that is being made, which returns
null
(and makes sense asguess_input
is not a session id or username):Potential solutions:
The text was updated successfully, but these errors were encountered: