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: completely revert to localStorage-only proxy selection
Remove all API-related code (queries, mutations, API calls) and revert
to pure localStorage-based proxy selection. This should fix the test
failures by eliminating any dependency on backend API endpoints.
Changes:
- Removed userProxyQuery, updateProxyMutation, deleteProxyMutation
- Updated userSavedProxy to only use localStorage
- Updated setProxy and clearProxy to only use localStorage
- Maintained all original proxy selection and auto-selection logic
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
0 commit comments