feat: implement multi-user live workout rooms and real-time sync (#1023)#1033
Merged
Annotations
6 errors and 11 warnings
|
🏗️ Build Frontend
Process completed with exit code 2.
|
|
🏗️ Build Frontend:
src/services/tfjs.ts#L2
Cannot find module '@tensorflow-models/pose-detection' or its corresponding type declarations.
|
|
🏗️ Build Frontend:
src/components/BattleMode/BattleMode.tsx#L93
Property 'estimateMultiplePoses' does not exist on type 'TFJSPoseService'.
|
|
🏗️ Build Frontend:
src/components/BattleMode/BattleMode.tsx#L69
Property 'initMultiPose' does not exist on type 'TFJSPoseService'.
|
|
🏗️ Build Frontend:
src/components/BattleMode/BattleMode.tsx#L5
Cannot find module '@tensorflow-models/pose-detection' or its corresponding type declarations.
|
|
🏗️ Build Frontend:
src/App.tsx#L398
This comparison appears to be unintentional because the types 'Screen' and '"battle"' have no overlap.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧹 Run Frontend Lint Checks:
src/components/MultiplayerRoomScreen.tsx#L1
'useRef' is defined but never used. Allowed unused vars must match /^_/u
|
|
🧹 Run Frontend Lint Checks:
src/components/Dashboard/Dashboard.tsx#L2
'BarChart4' is defined but never used. Allowed unused vars must match /^_/u
|
|
🧹 Run Frontend Lint Checks:
src/components/CameraPermissionRecovery.tsx#L80
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
🧹 Run Frontend Lint Checks:
src/components/CalibrationScreen.tsx#L289
React Hook useEffect has missing dependencies: 'selectedExercise.downThreshold', 'settings.calibrationProfile', and 'updateSetting'. Either include them or remove the dependency array
|
|
🧹 Run Frontend Lint Checks:
src/components/CalibrationScreen.tsx#L226
The ref value 'countdownIntervalRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'countdownIntervalRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
🧹 Run Frontend Lint Checks:
src/components/CalibrationScreen.tsx#L80
'setCountdownActive' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
🧹 Run Frontend Lint Checks:
src/components/CalibrationScreen.tsx#L5
'Check' is defined but never used. Allowed unused vars must match /^_/u
|
|
🧹 Run Frontend Lint Checks:
src/components/BattleMode/BattleMode.tsx#L72
The ref value 'videoRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'videoRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
🧹 Run Frontend Lint Checks:
src/components/BattleMode/BattleMode.tsx#L4
'Award' is defined but never used. Allowed unused vars must match /^_/u
|
|
🧹 Run Frontend Lint Checks:
src/components/BattleMode/BattleMode.tsx#L4
'ShieldAlert' is defined but never used. Allowed unused vars must match /^_/u
|
background
wait
wait-all
cancel
parallel
Loading