Skip to content

Refactor alert context to data-driven model #389

Refactor alert context to data-driven model

Refactor alert context to data-driven model #389

Triggered via pull request July 20, 2026 11:36
Status Success
Total duration 34s
Artifacts

lint_frontend_package.yml

on: pull_request
Matrix: lint-frontend-package / build
Matrix: lint-frontend-package / check_exports
Matrix: lint-frontend-package / check_formatting
Matrix: lint-frontend-package / run_eslint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint-frontend-package / run_eslint (24.x): frontend/src/components/Contexts/AssetContext.tsx#L172
React Hook useEffect has a missing dependency: 'installation.installationCode'. Either include it or remove the dependency array
lint-frontend-package / run_eslint (24.x): frontend/src/components/Contexts/AssetContext.tsx#L133
React Hook useEffect has missing dependencies: 'TranslateText', 'backendApi', 'installation.installationCode', and 'raiseAlert'. Either include them or remove the dependency array
lint-frontend-package / run_eslint (24.x): frontend/src/components/Contexts/AssetContext.tsx#L112
React Hook useEffect has missing dependencies: 'TranslateText', 'backendApi', 'enabledRobots', and 'raiseAlert'. Either include them or remove the dependency array
lint-frontend-package / run_eslint (24.x): frontend/src/components/Contexts/AlertContext.tsx#L281
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-frontend-package / run_eslint (24.x): frontend/src/components/Contexts/AlertContext.tsx#L219
React Hook useEffect has a missing dependency: 'raiseAlert'. Either include it or remove the dependency array
lint-frontend-package / run_eslint (24.x): frontend/src/components/Contexts/AlertContext.tsx#L154
React Hook useEffect has missing dependencies: 'TranslateText', 'backendApi', 'isAuthenticated', 'raiseAlert', and 'recentFailedMissions'. Either include them or remove the dependency array
lint-frontend-package / run_eslint (24.x): frontend/src/components/Contexts/AlertContext.tsx#L15
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-frontend-package / run_eslint (24.x): frontend/src/components/Alerts/AlertsBanner.tsx#L32
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-frontend-package / run_eslint (24.x): frontend/src/components/Alerts/AlertContent.tsx#L25
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-frontend-package / run_eslint (24.x): frontend/src/App.tsx#L21
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components