Skip to content

feat(ux): timetable swipe and animation #21

feat(ux): timetable swipe and animation

feat(ux): timetable swipe and animation #21

Triggered via pull request July 18, 2024 14:19
Status Success
Total duration 1m 8s
Billable time 1m
Artifacts

check-code.yml

on: pull_request
lint-typecheck
57s
lint-typecheck
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint-typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-typecheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-typecheck: hooks/useNavigationPanel.ts#L13
'setIsAnimated' is assigned a value but never used
lint-typecheck: hooks/useNavigationPanel.ts#L37
React Hook useMemo has missing dependencies: 'onPageSelectedCallback' and 'onPageSelectedPosition'. Either include them or remove the dependency array. If 'onPageSelectedCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback