Skip to content

add feature request templates (#1321) #6

add feature request templates (#1321)

add feature request templates (#1321) #6

Triggered via push February 21, 2025 09:31
Status Success
Total duration 7m 46s
Artifacts

ci.yml

on: push
Check Rust Code Format
14s
Check Rust Code Format
Build and Test Rust Project
7m 35s
Build and Test Rust Project
Lint Electron Desktop App
30s
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#L76
Unexpected any. Specify a different type
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L3
'getSecretKey' is defined but never used. Allowed unused vars must match /^_/u
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#L15
'Provider' is defined but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L27
'ConfigPage' is defined but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L53
'setSelectedChatId' is defined but never used. Allowed unused args must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L126
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#L134
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#L302
'setMode' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L303
'working' is assigned a value but never used. Allowed unused vars must match /^_/u