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
fix: restore original proxy selection logic with auto-selection useEffect
Restore the original two-phase proxy selection approach:1. updateProxy with autoSelectBasedOnLatency=false for stable updates2. Separate useEffect for auto-selection that saves to localStorageThis fixes the test failures by ensuring latency-based selection workswhen no user proxy is saved, matching the original behavior.Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>