Commit 4395fd2
committed
🤖 Fix rebase conflicts and type errors
- Fixed main.ts split into main-desktop.ts and main-server.ts
- Added migration call for workspace trunk branches
- Fixed all assert import statements (changed from default to named export)
- Added getWorkspacePath method to Config
- Fixed WorkspaceCreationResult property names (path -> workspacePath)
- Added getIndicatorColor helper function
- Fixed JSX closing tags in GitStatusIndicatorView
Known issues:
- GitStatusIndicatorView.tsx uses styled-components syntax without proper types
- Some mock APIs missing rebase method
- These are from the auto-rebase branch WIP state and need cleanup
Change-Id: Icb3f2b5867fdc14da45a5c8ae407fe5bbf2eb0fb
Signed-off-by: Thomas Kosiewski <tk@coder.com>1 parent a2621b9 commit 4395fd2
File tree
14 files changed
+99
-374
lines changed- .claude
- src
- components
- debug
- services
- utils
- stores
- utils
- main
- tokens
14 files changed
+99
-374
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
6 | 43 | | |
7 | 44 | | |
8 | 45 | | |
| |||
17 | 54 | | |
18 | 55 | | |
19 | 56 | | |
| 57 | + | |
20 | 58 | | |
21 | 59 | | |
22 | 60 | | |
23 | 61 | | |
| 62 | + | |
24 | 63 | | |
25 | 64 | | |
26 | 65 | | |
| |||
34 | 73 | | |
35 | 74 | | |
36 | 75 | | |
| 76 | + | |
37 | 77 | | |
38 | 78 | | |
39 | 79 | | |
| |||
82 | 122 | | |
83 | 123 | | |
84 | 124 | | |
| 125 | + | |
85 | 126 | | |
86 | 127 | | |
87 | 128 | | |
| |||
115 | 156 | | |
116 | 157 | | |
117 | 158 | | |
| 159 | + | |
118 | 160 | | |
| 161 | + | |
119 | 162 | | |
120 | 163 | | |
121 | 164 | | |
| |||
239 | 282 | | |
240 | 283 | | |
241 | 284 | | |
| 285 | + | |
242 | 286 | | |
243 | 287 | | |
244 | 288 | | |
| |||
364 | 408 | | |
365 | 409 | | |
366 | 410 | | |
367 | | - | |
| 411 | + | |
368 | 412 | | |
369 | | - | |
| 413 | + | |
370 | 414 | | |
371 | 415 | | |
372 | 416 | | |
| |||
490 | 534 | | |
491 | 535 | | |
492 | 536 | | |
493 | | - | |
| 537 | + | |
494 | 538 | | |
495 | 539 | | |
496 | 540 | | |
| |||
513 | 557 | | |
514 | 558 | | |
515 | 559 | | |
516 | | - | |
| 560 | + | |
517 | 561 | | |
518 | 562 | | |
519 | 563 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
244 | 248 | | |
245 | 249 | | |
246 | 250 | | |
247 | | - | |
| 251 | + | |
248 | 252 | | |
249 | 253 | | |
250 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
519 | 529 | | |
520 | 530 | | |
521 | 531 | | |
| |||
0 commit comments