Skip to content

Feat: add recent activity as ML feature #257

Feat: add recent activity as ML feature

Feat: add recent activity as ML feature #257

Triggered via pull request April 14, 2025 00:08
Status Success
Total duration 38s
Artifacts

pr_checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint
Process completed with exit code 1.
lint: src/app/(content-pages)/transform-property/TransformPropertyPage.tsx#L41
Use `heading-*` or `body-*` classes instead of specific `text-` size classes
lint: src/components/CookieConsentBanner.tsx#L13
'inputRef' is assigned a value but never used
lint: src/components/DataDisclaimerModal.tsx#L45
Use `heading-*` or `body-*` classes instead of specific `text-` size classes
lint: src/components/Filters/DimensionFilter.tsx#L145
React Hook useMemo has missing dependencies: 'display', 'filterLabelID', 'handleSelectionChange', 'options', 'property', 'toggleDimension', 'toggleDimensionForPanel', and 'type'. Either include them or remove the dependency array
lint: src/components/Filters/MultiSelect.tsx#L13
Unexpected any. Specify a different type
lint: src/components/Filters/MultiSelect.tsx#L23
'display' is defined but never used
lint: src/components/Filters/MultiSelect.tsx#L27
'toggleDimension' is defined but never used
lint: src/components/MapLegendControl/MapLegend.tsx#L30
'getter' is assigned a value but never used
lint: src/components/MapStyleSwitcher.tsx#L38
React Hook useEffect has missing dependencies: 'baseMaps' and 'handleStyleChange'. Either include them or remove the dependency array. If 'handleStyleChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/PropertyAccessOptionContainer.tsx#L4
Unexpected any. Specify a different type