Skip to content

[CORE-239] Implement workflow editor with Pixi #116

[CORE-239] Implement workflow editor with Pixi

[CORE-239] Implement workflow editor with Pixi #116

Triggered via pull request March 10, 2026 13:06
Status Failure
Total duration 27s
Artifacts

snapshot.yaml

on: pull_request
Lint with ESLint
22s
Lint with ESLint
Check formatting with Prettier
21s
Check formatting with Prettier
Build Vite production
23s
Build Vite production
Build Docker image
0s
Build Docker image
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
Lint with ESLint
Process completed with exit code 1.
Lint with ESLint: src/features/form/components/AdminFormDetailPages/EditPage.tsx#L354
'newY' is never reassigned. Use 'const' instead
Lint with ESLint: src/features/form/components/AdminFormDetailPages/EditPage.tsx#L353
'newX' is never reassigned. Use 'const' instead
Build Vite production
Process completed with exit code 2.
Build Vite production: src/features/form/components/AdminFormDetailPage.tsx#L148
Type '{ formData: FormsForm; }' is not assignable to type 'IntrinsicAttributes'.
Lint with ESLint: src/features/form/components/QuestionRenderers/FileUploadRenderer.tsx#L89
React Hook useEffect has a missing dependency: 'onFilesChange'. Either include it or remove the dependency array. If 'onFilesChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint with ESLint: src/features/form/components/AdminFormDetailPages/EditPage.tsx#L284
React Hook useCallback has an unnecessary dependency: 'stageScale'. Either exclude it or remove the dependency array
Lint with ESLint: src/features/form/components/AdminFormDetailPages/EditPage.tsx#L262
React Hook useEffect has missing dependencies: 'app.screen.height', 'app.screen.width', and 'setShapes'. Either include them or remove the dependency array. If 'setShapes' changes too often, find the parent component that defines it and wrap that definition in useCallback