Skip to content

Add DocumentationPage component (for Resources / Quickstart page) and make header/sidebar fixed on scroll #1448

Add DocumentationPage component (for Resources / Quickstart page) and make header/sidebar fixed on scroll

Add DocumentationPage component (for Resources / Quickstart page) and make header/sidebar fixed on scroll #1448

Triggered via pull request August 29, 2023 02:53
Status Failure
Total duration 6m 4s
Artifacts

ci.yml

on: pull_request
Frontend linting / unit tests
1m 4s
Frontend linting / unit tests
Linter (pre-commit)
5m 54s
Linter (pre-commit)
Backend unit tests
4m 9s
Backend unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
Frontend linting / unit tests: frontend2/src/components/BaseCard.tsx#L18
Unsafe assignment of an `any` value
Frontend linting / unit tests: frontend2/src/components/Header.tsx#L20
Unsafe assignment of an `any` value
Frontend linting / unit tests: frontend2/src/views/BaseInfoPage.tsx#L12
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: TextCardProps; } | ArrayLike<TextCardProps>`
Frontend linting / unit tests: frontend2/src/components/TextCard.tsx#L1
'useState' is defined but never used
Frontend linting / unit tests: frontend2/src/views/BaseInfoPage.tsx#L3
'Header' is defined but never used
Frontend linting / unit tests: frontend2/src/views/BaseInfoPage.tsx#L12
'setPage' is assigned a value but never used
Frontend linting / unit tests: frontend2/src/views/gettingStarted.tsx#L1
'useState' is defined but never used
Frontend linting / unit tests: frontend2/src/views/gettingStarted.tsx#L3
'Header' is defined but never used
Frontend linting / unit tests: frontend2/src/views/resources.tsx#L1
'useState' is defined but never used
Frontend linting / unit tests: frontend2/src/views/resources.tsx#L3
'Header' is defined but never used