- Notifications
You must be signed in to change notification settings - Fork948
Commit85c61d6
fix: completely revert to localStorage-only proxy selection
Remove all API-related code (queries, mutations, API calls) and revertto pure localStorage-based proxy selection. This should fix the testfailures 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 logicCo-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>1 parentabcdccc commit85c61d6
1 file changed
+7
-38
lines changedLines changed: 7 additions & 38 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
121 | 98 |
| |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 | 99 |
| |
129 |
| - | |
| 100 | + | |
130 | 101 |
| |
131 | 102 |
| |
132 | 103 |
| |
| |||
231 | 202 |
| |
232 | 203 |
| |
233 | 204 |
| |
234 |
| - | |
235 |
| - | |
236 |
| - | |
| 205 | + | |
| 206 | + | |
237 | 207 |
| |
238 | 208 |
| |
239 | 209 |
| |
240 | 210 |
| |
241 |
| - | |
242 |
| - | |
| 211 | + | |
243 | 212 |
| |
244 | 213 |
| |
245 | 214 |
| |
|
0 commit comments
Comments
(0)