Skip to content

fix: prevent leaderboard rank numbers flashing wrong positions on initial load #696

fix: prevent leaderboard rank numbers flashing wrong positions on initial load

fix: prevent leaderboard rank numbers flashing wrong positions on initial load #696

Triggered via pull request June 17, 2026 05:12
Status Success
Total duration 45s
Artifacts

ci.yml

on: pull_request
Lint Check
32s
Lint Check
Unit Tests
19s
Unit Tests
Build Application
25s
Build Application
Mark Ready to Merge
4s
Mark Ready to Merge
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint Check: src/routes/AppRoutes.jsx#L8
'Activity' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/routes/AppRoutes.jsx#L8
'Sparkles' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/routes/AppRoutes.jsx#L8
'Shield' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/routes/AppRoutes.jsx#L8
'BookOpen' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Matchmaker.jsx#L163
React Hook useCallback has an unnecessary dependency: 'user'. Either exclude it or remove the dependency array
Lint Check: src/pages/Home.jsx#L20
'Target' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Home.jsx#L19
'Zap' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Home.jsx#L17
'Award' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/GitRank.jsx#L2
'ShieldCheck' is defined but never used. Allowed unused vars must match /^React$/u
Lint Check: src/pages/Friends.jsx#L138
The 'activeDevelopers' conditional could make the dependencies of useMemo Hook (at line 144) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'activeDevelopers' in its own useMemo() Hook