Skip to content

Merge branch 'main' into 2633-RefactoAppHomePage #138

Merge branch 'main' into 2633-RefactoAppHomePage

Merge branch 'main' into 2633-RefactoAppHomePage #138

Triggered via push November 28, 2024 16:58
Status Success
Total duration 13m 8s
Artifacts
create_environment
22s
create_environment
Matrix: test
Matrix: build
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test (app, be44c9735): app/src/app.jsx#L80
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
test (app, be44c9735): app/src/assets/icons/ArrowRightBlueSquare.jsx#L4
'props' is defined but never used
test (app, be44c9735): app/src/components/Content.jsx#L35
Replace `·0·10px·15px·-3px·rgba(0,·0,·0,·0.1),` with `⏎····0·10px·15px·-3px·rgba(0,·0,·0,·0.1),⏎···`
test (app, be44c9735): app/src/components/Content.jsx#L64
Replace `·0·10px·15px·-3px·rgba(0,·0,·0,·0.1),` with `⏎····0·10px·15px·-3px·rgba(0,·0,·0,·0.1),⏎···`
test (app, be44c9735): app/src/components/Content.jsx#L181
Replace `·0·10px·15px·-3px·rgba(0,·0,·0,·0.1),` with `⏎····0·10px·15px·-3px·rgba(0,·0,·0,·0.1),⏎···`
test (app, be44c9735): app/src/components/Content.jsx#L230
Replace `·0·10px·15px·-3px·rgba(0,·0,·0,·0.1),` with `⏎····0·10px·15px·-3px·rgba(0,·0,·0,·0.1),⏎···`
test (app, be44c9735): app/src/components/Content.jsx#L250
Replace `·rgba(0,·0,·0,·0.1)·0px·10px·15px·-3px,` with `⏎····rgba(0,·0,·0,·0.1)·0px·10px·15px·-3px,⏎···`
test (app, be44c9735): app/src/components/FileUpload.jsx#L106
React Hook useCallback has an unnecessary dependency: 'files'. Either exclude it or remove the dependency array
test (app, be44c9735): app/src/components/dndFileInput.jsx#L75
React Hook useEffect has missing dependencies: 'filesList', 'handleChange', and 'name'. Either include them or remove the dependency array
test (app, be44c9735): app/src/components/dndFileInput.jsx#L99
React Hook useEffect has a missing dependency: 'setNewFilesList'. Either include it or remove the dependency array. If 'setNewFilesList' changes too often, find the parent component that defines it and wrap that definition in useCallback