Skip to content

fix: prevent duplicate notification panels on rapid bell clicks #697

fix: prevent duplicate notification panels on rapid bell clicks

fix: prevent duplicate notification panels on rapid bell clicks #697

Triggered via pull request June 17, 2026 06:08
Status Success
Total duration 44s
Artifacts

ci.yml

on: pull_request
Lint Check
32s
Lint Check
Unit Tests
20s
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