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
When searching for users to add to a battle, the page makes a request to /api/users/search?q= on every key press. This should be debounced to prevent so many requests.