fix: watch continuous-recording monitors on Live Activity #272
ci.yml
on: pull_request
native-version-guard
9s
lint-a11y
40s
lint-react-correctness
54s
e2e-tests
6s
Annotations
10 errors and 17 warnings
|
lint:
app/src/components/ui/badge.tsx#L46
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
lint:
app/src/components/timeline/DetectionFilterTabs.tsx#L34
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
lint:
app/src/components/theme-provider.tsx#L110
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
lint:
app/src/components/montage/MontageTileErrorBoundary.tsx#L25
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
|
lint:
app/src/components/monitors/LiveMonitorPlayer.tsx#L90
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
lint:
app/src/components/events/EventThumbnail.tsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
lint
Unexpected any. Specify a different type
|
|
lint:
app/src/components/dashboard/__tests__/DashboardConfig.test.tsx#L13
Unexpected any. Specify a different type
|
|
lint:
app/src/components/__tests__/BackgroundTaskDrawer.test.tsx#L20
Unexpected any. Specify a different type
|
|
lint:
app/src/components/__tests__/BackgroundTaskDrawer.test.tsx#L20
Unexpected any. Specify a different type
|
|
native-version-guard
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/
|
|
lint-a11y
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/
|
|
lint-react-correctness
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/
|
|
lint
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/
|
|
lint:
app/src/components/settings/AdvancedSection.tsx#L474
The 'overrides' logical expression could make the dependencies of useMemo Hook (at line 478) change on every render. To fix this, wrap the initialization of 'overrides' in its own useMemo() Hook
|
|
lint:
app/src/components/monitors/LiveMonitorPlayer.tsx#L536
React Hook useEffect has a missing dependency: 'mjpegStream.imgRef'. Either include it or remove the dependency array
|
|
lint:
app/src/components/layout/AppLayout.tsx#L123
React Hook useEffect has a missing dependency: 'isCollapsed'. Either include it or remove the dependency array
|
|
lint:
app/src/components/layout/AppLayout.tsx#L104
React Hook useEffect has a missing dependency: 'location.state'. Either include it or remove the dependency array
|
|
lint:
app/src/components/kiosk/KioskOverlay.tsx#L111
React Hook useEffect has missing dependencies: 'clearUnlockRequest', 'handleUnlockTap', and 'isLocked'. Either include them or remove the dependency array
|
|
lint:
app/src/components/events/Mp4EventPlayer.tsx#L298
React Hook useEffect has missing dependencies: 'aspectRatio', 'autoplay', 'controls', 'isAndroid', 'muted', 'poster', 'src', 'type', and 'updateMarkers'. Either include them or remove the dependency array
|
|
lint:
app/src/components/events/EventListView.tsx#L144
React Hook useMemo has an unnecessary dependency: 'serverMapVersion'. Either exclude it or remove the dependency array
|
|
lint
React Hook useCallback has a missing dependency: 'updateLayouts'. Either include it or remove the dependency array
|
|
lint
React Hook useMemo has a missing dependency: 'settings'. Either include it or remove the dependency array
|
|
lint:
app/src/components/NotificationHandler.tsx#L257
React Hook useEffect has missing dependencies: 'currentProfile', 'profileSettings.forceDisableMultiPort', and 'profileSettings.thumbnailFallbackChain'. Either include them or remove the dependency array
|
|
build
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/
|
|
unit-tests
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/
|
|
e2e-tests
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|