Skip to content

feat: add AI request debouncing (500ms) #91

feat: add AI request debouncing (500ms)

feat: add AI request debouncing (500ms) #91

Triggered via push November 18, 2025 11:13
Status Success
Total duration 46s
Artifacts

test.yml

on: push
Matrix: verify
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
verify (20.x): src/components/VideoFeed/VideoFeed.tsx#L187
React Hook useEffect has a missing dependency: 'isCameraInitialized'. Either include it or remove the dependency array
verify (20.x): src/App.tsx#L573
React Hook useEffect has a missing dependency: 'currentEmotion'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setOverlayEmotion' needs the current value of 'currentEmotion'
verify (20.x): scripts/verify-session-flow.ts#L576
Unexpected any. Specify a different type
verify (22.x): src/components/VideoFeed/VideoFeed.tsx#L187
React Hook useEffect has a missing dependency: 'isCameraInitialized'. Either include it or remove the dependency array
verify (22.x): src/App.tsx#L573
React Hook useEffect has a missing dependency: 'currentEmotion'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setOverlayEmotion' needs the current value of 'currentEmotion'
verify (22.x): scripts/verify-session-flow.ts#L576
Unexpected any. Specify a different type