style(panels): polish code panel UI with progress bar and refined states #171
Annotations
1 error and 11 warnings
|
Lint & Test
Process completed with exit code 1.
|
|
Lint & Test
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 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/
|
|
eslint-plugin-unicorn(no-useless-spread):
apps/web/src/canvas/agent-indicator.ts#L89
Using a spread operator here creates a new array unnecessarily.
|
|
oxc(only-used-in-recursion):
apps/web/src/services/ai/role-resolver.ts#L173
Parameter `getNodeById` is only used in recursive calls
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/pen-mcp/src/tools/variables.ts#L71
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/pen-mcp/src/tools/variables.ts#L34
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/pen-mcp/src/tools/theme-presets.ts#L63
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/pen-mcp/src/tools/theme-presets.ts#L60
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
apps/web/src/stores/document-store-variable-actions.ts#L32
Empty fallbacks in spreads are unnecessary
|
|
eslint(no-unused-vars):
packages/agent/__tests__/agent-loop.test.ts#L2
Identifier 'z' is imported but never used.
|
|
eslint(no-unused-vars):
packages/agent/__tests__/agent-loop.test.ts#L1
Identifier 'vi' is imported but never used.
|
|
eslint(no-unused-vars):
scripts/patch-srvx-bun.ts#L15
Identifier 'globSync' is imported but never used.
|