Skip to content

TELESTION-460 Dashboard layout editor #177

TELESTION-460 Dashboard layout editor

TELESTION-460 Dashboard layout editor #177

Triggered via pull request January 15, 2024 15:01
Status Failure
Total duration 47s
Artifacts

frontend-react-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build
'defaultUserData' is declared but its value is never read.
Build
Process completed with exit code 1.
Lint: frontend-react/src/app/index.tsx#L7
'defaultUserData' is assigned a value but never used
Lint: frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/components/empty-cell.tsx#L24
Visible, non-interactive elements with click handlers must have at least one keyboard listener
Lint: frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/components/empty-cell.tsx#L24
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
Lint
Process completed with exit code 1.
Style
Process completed with exit code 1.
Unit Test
'defaultUserData' is declared but its value is never read.
Unit Test
Process completed with exit code 1.
Lint: frontend-react/src/lib/application/routes/dashboard-editor/layout-editor/hooks/use-keyboard-shortcut.tsx#L40
React Hook useEffect has a missing dependency: 'shortcut'. Either include it or remove the dependency array