docs: update README with project screenshots and remove legacy releas… #63
Annotations
1 error and 11 warnings
|
build-and-verify
Process completed with exit code 1.
|
|
build-and-verify
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-verify:
src/components/TunnelView.jsx#L96
React Hook useEffect has missing dependencies: 'projectTunnelState.status' and 'selectedProject'. Either include them or remove the dependency array
|
|
build-and-verify:
src/components/ProjectLayout.jsx#L131
React Hook useEffect has a missing dependency: 'loadFileTree'. Either include it or remove the dependency array
|
|
build-and-verify:
src/components/ProjectLayout.jsx#L105
React Hook useEffect has missing dependencies: 'loadFileTree', 'project', 'setLogs', 'setProjects', 'setStats', and 'setTunnelState'. Either include them or remove the dependency array
|
|
build-and-verify:
src/components/OverviewView.jsx#L110
The 'logs' logical expression could make the dependencies of useEffect Hook (at line 203) change on every render. To fix this, wrap the initialization of 'logs' in its own useMemo() Hook
|
|
build-and-verify:
src/components/LogViewer.jsx#L36
The 'logs' logical expression could make the dependencies of useEffect Hook (at line 136) change on every render. To fix this, wrap the initialization of 'logs' in its own useMemo() Hook
|
|
build-and-verify:
src/components/GitPanel.jsx#L114
React Hook useEffect has a missing dependency: 'loadGitStatus'. Either include it or remove the dependency array
|
|
build-and-verify:
src/components/EditorView.jsx#L642
React Hook useEffect has a missing dependency: 'handleSelectTab'. Either include it or remove the dependency array
|
|
build-and-verify:
src/components/EditorView.jsx#L489
React Hook useCallback has a missing dependency: 'loadFile'. Either include it or remove the dependency array
|
|
build-and-verify:
src/components/EditorView.jsx#L367
React Hook useEffect has a missing dependency: 'loadFile'. Either include it or remove the dependency array
|
|
build-and-verify:
src/components/EditorView.jsx#L332
React Hook useEffect has a missing dependency: 'loadFile'. Either include it or remove the dependency array
|