Commit e3fcf8e
refactor(code-graph): remove unused options/setOptions props
CodeGraph now manages options locally instead of receiving them from
App. Remove the dead props from the interface and stop passing them
from App.tsx. The Combobox inside CodeGraph fetches options on its own.
Addresses typo-app review comment about local state shadowing props.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent dafc549 commit e3fcf8e
2 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
528 | 526 | | |
529 | 527 | | |
530 | 528 | | |
531 | | - | |
532 | | - | |
533 | 529 | | |
534 | 530 | | |
535 | 531 | | |
| |||
656 | 652 | | |
657 | 653 | | |
658 | 654 | | |
659 | | - | |
660 | | - | |
661 | 655 | | |
662 | 656 | | |
663 | 657 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
0 commit comments