Commit 338d14e
authored
Optimize settings save by only sending changed values from the client (#104)
* Optimize settings save by skipping unchanged values
- Compare WiFi networks before running reconfigure_wifi
- Skip saving other settings that haven't changed
- Add diagnostic logs to track when settings are changed
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Modify settings UI to only send changed values to server
- Compare each setting with its original value in the client
- Only include changed settings in the request payload
- Keep server-side processing unchanged
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Revert "Optimize settings save by skipping unchanged values"
This reverts commit 10103d6.1 parent f977ff9 commit 338d14e
1 file changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
146 | 163 | | |
147 | 164 | | |
148 | 165 | | |
149 | 166 | | |
150 | 167 | | |
151 | | - | |
| 168 | + | |
152 | 169 | | |
153 | 170 | | |
154 | 171 | | |
| |||
0 commit comments