Skip to content

Feat/dashboard homepage #40

Feat/dashboard homepage

Feat/dashboard homepage #40

Triggered via pull request October 25, 2024 12:39
Status Success
Total duration 3m 22s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2, actions/cache@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: src/components/Admin/DownloadLogs.tsx#L70
React Hook useCallback has missing dependencies: 'expiryTimestamp' and 'signature'. Either include them or remove the dependency array
lint: src/components/AnimatedConnections/AnimatedConnections.tsx#L355
The ref value 'mountRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'mountRef.current' to a variable inside the effect, and use that variable in the cleanup function
lint: src/components/IndexQueue.tsx#L53
React Hook useEffect has a missing dependency: 'networks'. Either include it or remove the dependency array
lint: src/components/Pages/NodeDashboard/index.tsx#L51
React Hook useEffect has missing dependencies: 'setAllAdmins' and 'setNetworks'. Either include them or remove the dependency array
lint: src/components/Table/index.tsx#L163
React Hook useEffect has a missing dependency: 'lastCheck'. Either include it or remove the dependency array
lint: src/context/DataContext.tsx#L133
React Hook useCallback has missing dependencies: 'currentPage', 'data', and 'pageSize'. Either include them or remove the dependency array