Skip to content

feat: Better autoscroll - for #909 (#1054) #959

feat: Better autoscroll - for #909 (#1054)

feat: Better autoscroll - for #909 (#1054) #959

Triggered via push February 3, 2025 21:03
Status Success
Total duration 5m 53s
Artifacts

ci.yml

on: push
Check Rust Code Format
13s
Check Rust Code Format
Build and Test Rust Project
5m 43s
Build and Test Rust Project
Lint Electron Desktop App
27s
Lint Electron Desktop App
bundle-desktop-unsigned  /  Bundle Desktop App on macOS
bundle-desktop-unsigned / Bundle Desktop App on macOS
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint Electron Desktop App: ui/desktop/src/App.tsx#L77
Unexpected any. Specify a different type
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L13
'WingToWing' is defined but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L37
Unexpected any. Specify a different type
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L40
Unexpected any. Specify a different type
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L130
React Hook useEffect has missing dependencies: 'chats' and 'setChats'. Either include them or remove the dependency array. If 'setChats' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L138
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L294
'currentModel' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L333
'working' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L334
'progressMessage' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L335
'selectedProvider' is assigned a value but never used. Allowed unused vars must match /^_/u