Redesign side panel and reduce terminal repetition #24
Annotations
3 errors and 10 warnings
|
Lint & Type Check
Process completed with exit code 1.
|
|
Lint & Type Check:
src/pages/common/ApiDocs.tsx#L97
Spaces are hard to count. Use {2}
|
|
Lint & Type Check:
src/pages/ApiDocs.tsx#L97
Spaces are hard to count. Use {2}
|
|
Lint & Type Check:
src/components/ui/badge.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/operator/SubstepsManager.tsx#L245
React Hook useEffect has missing dependencies: 'loadSubsteps' and 'loadTemplates'. Either include them or remove the dependency array
|
|
Lint & Type Check:
src/components/operator/ProductionReportModal.tsx#L77
React Hook useEffect has a missing dependency: 'fetchPreviousQuantities'. Either include it or remove the dependency array
|
|
Lint & Type Check:
src/components/operator/ProductionQuantityModal.tsx#L52
React Hook useEffect has a missing dependency: 'fetchPreviousQuantities'. Either include it or remove the dependency array
|
|
Lint & Type Check:
src/components/onboarding/AppTour.tsx#L292
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
src/components/admin/TemplatesManager.tsx#L142
React Hook useEffect has a missing dependency: 'loadTemplates'. Either include it or remove the dependency array
|
|
Lint & Type Check:
src/components/admin/McpServerStatus.tsx#L162
React Hook useEffect has missing dependencies: 'checkMcpConfig' and 'fetchHealthWithRetry'. Either include them or remove the dependency array
|
|
Lint & Type Check:
src/components/admin/AllSubstepsView.tsx#L78
React Hook useEffect has a missing dependency: 'filterSubsteps'. Either include it or remove the dependency array
|
|
Lint & Type Check:
src/components/admin/AllSubstepsView.tsx#L74
React Hook useEffect has a missing dependency: 'loadSubsteps'. Either include it or remove the dependency array
|
|
Lint & Type Check:
src/components/STEPViewer.tsx#L339
React Hook useEffect has missing dependencies: 'fitCameraToMeshes' and 'updateGridSize'. Either include them or remove the dependency array
|