Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Merge pull request #77 from Code-4-Community/pk-73-store-siteID #223

Merge pull request #77 from Code-4-Community/pk-73-store-siteID

Merge pull request #77 from Code-4-Community/pk-73-store-siteID #223

Triggered via push April 9, 2025 23:02
Status Success
Total duration 1m 41s
Artifacts

ci-cd.yml

on: push
deploy-debug
3s
deploy-debug
deploy-frontend
0s
deploy-frontend
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L126
'StatusButton' is assigned a value but never used
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L12
'generateTriangleSVG' is defined but never used
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L11
'generateStarSVG' is defined but never used
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L10
'generateSquareSVG' is defined but never used
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L9
'generateDiamondSVG' is defined but never used
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L8
'generateCircleSVG' is defined but never used
pre-deploy: apps/frontend/src/components/map/Map.tsx#L124
Unexpected any. Specify a different type
pre-deploy: apps/frontend/src/components/map/Map.tsx#L99
Assignments to the 'map' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
pre-deploy: apps/frontend/src/components/map/Map.tsx#L90
'markers' is assigned a value but never used
pre-deploy: apps/frontend/src/app/app.tsx#L1
'SampleMap' is defined but never used