Skip to content

Add whitelabeling for premium plan #13

Add whitelabeling for premium plan

Add whitelabeling for premium plan #13

Triggered via pull request December 3, 2025 13:05
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Lint & Type Check
37s
Lint & Type Check
Build
Build
Test
Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Lint & Type Check
Process completed with exit code 1.
Lint & Type Check: src/lib/scheduler.ts#L291
'globalStartDate' is never reassigned. Use 'const' instead
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