fix(chat): keep composer Send button reachable with many attachments#255
Open
craigamcw wants to merge 1 commit into
Open
fix(chat): keep composer Send button reachable with many attachments#255craigamcw wants to merge 1 commit into
craigamcw wants to merge 1 commit into
Annotations
8 warnings
|
Lint:
src/renderer/store/index.ts#L265
'_' is assigned a value but never used
|
|
Lint:
src/renderer/hooks/useApiConfigState.ts#L1556
React Hook useCallback has an unnecessary dependency: 'presets'. Either exclude it or remove the dependency array
|
|
Lint:
src/renderer/components/SettingsPanel.tsx#L103
React Hook useEffect has a missing dependency: 'viewedTabs'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/MessageCard.tsx#L20
The 'contentBlocks' conditional could make the dependencies of useMemo Hook (at line 38) change on every render. To fix this, wrap the initialization of 'contentBlocks' in its own useMemo() Hook
|
|
Lint:
src/renderer/components/ChatView.tsx#L235
React Hook useEffect has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/components/ChatView.tsx#L214
React Hook useEffect has a missing dependency: 'scrollToBottom'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/App.tsx#L142
React Hook useCallback has a missing dependency: 'isElectron'. Either include it or remove the dependency array
|
|
Lint:
src/renderer/App.tsx#L96
React Hook useEffect has missing dependencies: 'isElectron' and 'listSessions'. Either include them or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading