Skip to content

Add high priority production improvements #10

Add high priority production improvements

Add high priority production improvements #10

Triggered via push January 29, 2026 15:37
Status Failure
Total duration 1m 24s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
test
Process completed with exit code 1.
src/utils/validation.test.js > validateTodo > should truncate long text: src/utils/validation.test.js#L156
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/utils/validation.test.js:156:26
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