Skip to content

Add nav tooltips on desktop + settings toggle (#155) #253

Add nav tooltips on desktop + settings toggle (#155)

Add nav tooltips on desktop + settings toggle (#155) #253

Triggered via pull request May 10, 2026 08:06
Status Success
Total duration 1m 27s
Artifacts
Test, Build and Deploy
1m 24s
Test, Build and Deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test, Build and Deploy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, 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/
Test, Build and Deploy: app/src/lib/bodymap.jsx#L87
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Test, Build and Deploy: app/src/lib/bodymap.jsx#L50
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Test, Build and Deploy: app/src/lib/bodymap.jsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Test, Build and Deploy: app/src/lib/bodymap.jsx#L4
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Test, Build and Deploy: app/src/components/Report.jsx#L98
React Hook useEffect has a missing dependency: 'onPrefillConsumed'. Either include it or remove the dependency array. If 'onPrefillConsumed' changes too often, find the parent component that defines it and wrap that definition in useCallback
Test, Build and Deploy: app/src/components/PageShell.jsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Test, Build and Deploy
React Hook useEffect has a missing dependency: 'onTemplatePreloadConsumed'. Either include it or remove the dependency array. If 'onTemplatePreloadConsumed' changes too often, find the parent component that defines it and wrap that definition in useCallback
Test, Build and Deploy: app/src/components/MuscleMap.jsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Test, Build and Deploy: app/src/components/MuscleMap.jsx#L37
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Test, Build and Deploy
React Hook useEffect has a missing dependency: 'initialDate'. Either include it or remove the dependency array