fix(assistant): hide the change number when a reply proposes a single edit - #19
Open
amal66 wants to merge 5 commits into
Open
fix(assistant): hide the change number when a reply proposes a single edit#19amal66 wants to merge 5 commits into
amal66 wants to merge 5 commits into
Annotations
11 warnings
|
Complete job
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/
|
|
Run npm run lint:
apps/web/src/app/components/modals/AddProjectDocsModal.tsx#L4
'X' is defined but never used
|
|
Run npm run lint:
apps/web/src/app/components/documents/DocTable.tsx#L1966
The 'handleDeleteSelectedDocs' function makes the dependencies of useMemo Hook (at line 2182) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'handleDeleteSelectedDocs' in its own useCallback() Hook
|
|
Run npm run lint:
apps/web/src/app/components/documents/DocTable.tsx#L1935
The 'handleDownloadSelectedDocs' function makes the dependencies of useMemo Hook (at line 2182) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'handleDownloadSelectedDocs' in its own useCallback() Hook
|
|
Run npm run lint:
apps/web/src/app/components/assistant/DocPanel.tsx#L132
React Hook useMemo has an unnecessary dependency: 'citationQuoteId'. Either exclude it or remove the dependency array
|
|
Run npm run lint:
apps/web/src/app/(pages)/tabular-reviews/page.tsx#L101
The 'projects' logical expression could make the dependencies of useMemo Hook (at line 144) change on every render. To fix this, wrap the initialization of 'projects' in its own useMemo() Hook
|
|
Run npm run lint:
apps/web/src/app/(pages)/tabular-reviews/page.tsx#L100
The 'reviews' logical expression could make the dependencies of useMemo Hook (at line 110) change on every render. To fix this, wrap the initialization of 'reviews' in its own useMemo() Hook
|
|
Run npm run lint:
apps/web/src/app/(pages)/layout.tsx#L43
React Hook useEffect has a missing dependency: 'isSidebarOpen'. Either include it or remove the dependency array
|
|
Run npm run lint:
apps/web/src/app/(pages)/account/security/page.tsx#L670
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Run npm run lint:
apps/web/src/app/(pages)/account/page.tsx#L20
'accountGlassPrimaryButtonClassName' is defined but never used
|
|
Run npm run lint:
apps/web/src/app/(pages)/account/connectors/page.tsx#L107
React Hook useEffect has a missing dependency: 'selectedConnector'. Either include it or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading