Skip to content

Add medium priority production improvements #12

Add medium priority production improvements

Add medium priority production improvements #12

Triggered via push January 29, 2026 17:01
Status Failure
Total duration 39s
Artifacts

ci.yml

on: push
lint-and-build
33s
lint-and-build
test
test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint-and-build
Process completed with exit code 1.
lint-and-build: src/contexts/GamificationContext.jsx#L16
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/contexts/GamificationContext.jsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/contexts/AuthContext.jsx#L12
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/components/UpcomingMeetings.jsx#L69
React Hook useEffect has a missing dependency: 'fetchMeetings'. Either include it or remove the dependency array
lint-and-build: src/components/TaxCalculator.jsx#L156
React Hook useMemo has a missing dependency: 'calculateTax'. Either include it or remove the dependency array
lint-and-build: src/components/PomodoroTimer.jsx#L46
React Hook useEffect has a missing dependency: 'setStats'. Either include it or remove the dependency array
lint-and-build: src/components/Notes.jsx#L38
The 'notes' logical expression could make the dependencies of useMemo Hook (at line 71) change on every render. To fix this, wrap the initialization of 'notes' in its own useMemo() Hook
lint-and-build: src/components/Navigation/Sidebar.jsx#L100
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/components/Dashboard/widgets/MeetingsWidget.jsx#L13
React Hook useEffect has a missing dependency: 'fetchNextMeeting'. Either include it or remove the dependency array
lint-and-build: src/components/AttendanceTracker.jsx#L108
React Hook useEffect has missing dependencies: 'setAttendance' and 'todayRecord?.checkIn'. Either include them or remove the dependency array