feat: unify chat status indicators (dot/spinner) #1598
frontend-checks.yml
on: pull_request
Lint & Type Check
32s
Build Verification
49s
Annotations
12 warnings
|
Lint & Type Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint & Type Check:
frontend/src/pages/LandingPage.tsx#L443
React Hook useCallback has a missing dependency: 'isFilesMetadataLoading'. Either include it or remove the dependency array
|
|
Lint & Type Check:
frontend/src/pages/LandingPage.tsx#L328
React Hook useCallback has a missing dependency: 'queryClient'. Either include it or remove the dependency array
|
|
Lint & Type Check:
frontend/src/pages/ChatPage.tsx#L261
React Hook useCallback has a missing dependency: 'secondaryQuery.data'. Either include it or remove the dependency array
|
|
Lint & Type Check:
frontend/src/hooks/useStreamCallbacks.ts#L684
React Hook useCallback has a missing dependency: 'pendingStopRef'. Either include it or remove the dependency array
|
|
Lint & Type Check:
frontend/src/components/ui/icons/ProviderIcon.tsx#L9
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
frontend/src/components/ui/ChatStatusDot.tsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint & Type Check:
frontend/src/components/sandbox/git/DiffView.tsx#L544
React Hook useCallback has a missing dependency: 'overflowMenu'. Either include it or remove the dependency array
|
|
Lint & Type Check:
frontend/src/components/sandbox/git/DiffView.tsx#L500
React Hook useCallback has a missing dependency: 'filesMenu'. Either include it or remove the dependency array
|
|
Lint & Type Check:
frontend/src/components/sandbox/git/DiffView.tsx#L343
React Hook useCallback has missing dependencies: 'filesMenu' and 'overflowMenu'. Either include them or remove the dependency array
|
|
Lint & Type Check:
frontend/src/components/sandbox/git/DiffFileRow.tsx#L33
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Build Verification
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|