Commit b708d6b
committed
fix: rename "Add Server Manually" to "Add Custom Server" and preserve JSON key order
Rename the button and modal title from "Add Server Manually" to
"Add Custom Server" across the UI and E2E test page objects.
Enable serde_json's `preserve_order` feature so that reading and
writing back JSON config files (e.g. when removing a server) no
longer reorders unrelated keys alphabetically, preventing spurious
diffs and conflicts.
Closes #50
https://claude.ai/code/session_01V5tgbLyeWrPW5zZ1toRoPZ1 parent 8cdc28e commit b708d6b
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- apps/desktop/src
- components
- features/servers
- tests/e2e/pages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments