Commit d4caf80
committed
fix(gui): remove unused TypeScript variables in AI & Chat components
Clean up unused TypeScript variables flagged by TS6133 in AI and Chat related components per AGENT9.md analysis:
- FeedbackDialog.tsx: Remove unused import encodeSystemInfoForUrl
- FormatterSelector.tsx: Remove unused imports (createEffect, LSPFormatterProvider, LanguageFormatters, useEditor)
- NotebookDiff.tsx: Remove unused index parameter in For loop
- NotebookEditor.tsx: Prefix unused position parameter with underscore
- Notification.tsx: Remove unused index parameter in For loop
- AIOnboarding.tsx: Remove unused stepLabels variable and prefix unused step parameter1 parent ef585f5 commit d4caf80
File tree
6 files changed
+7
-17
lines changed- cortex-gui/src/components
- notebook
- onboarding
6 files changed
+7
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2402 | 2402 | | |
2403 | 2403 | | |
2404 | 2404 | | |
2405 | | - | |
| 2405 | + | |
2406 | 2406 | | |
2407 | 2407 | | |
2408 | 2408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | 293 | | |
303 | 294 | | |
304 | 295 | | |
305 | 296 | | |
306 | 297 | | |
307 | | - | |
| 298 | + | |
308 | 299 | | |
309 | 300 | | |
310 | 301 | | |
| |||
0 commit comments