Skip to content

feat: Add Chart for displaying grades #12

feat: Add Chart for displaying grades

feat: Add Chart for displaying grades #12

Triggered via pull request September 18, 2024 14:07
Status Success
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Build: src/components/Atoms/Grades/GradesChart.jsx#L1
'chart.js' should be listed in the project's dependencies. Run 'npm i -S chart.js' to add it
Build: src/components/Atoms/Grades/GradesChart.jsx#L11
'react-chartjs-2' should be listed in the project's dependencies. Run 'npm i -S react-chartjs-2' to add it
Build: src/components/Atoms/Timetable/CozyDatePickerInline.jsx#L35
React Hook useEffect has a missing dependency: 'onDateChange'. Either include it or remove the dependency array. If 'onDateChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Build: src/components/Provider/AccountProvider.jsx#L40
React Hook useEffect has a missing dependency: 'accounts'. Either include it or remove the dependency array
Build: src/components/Views/GradesView.jsx#L79
React Hook useEffect has a missing dependency: 'updateYear'. Either include it or remove the dependency array
Build: src/components/Views/GradesView.jsx#L100
React Hook useEffect has missing dependencies: 'periods' and 'selectedPeriod'. Either include them or remove the dependency array