Retain session through view changes #1879
Annotations
10 warnings
Run Lint:
ui/desktop/src/App.tsx#L14
'fetchSessionDetails' is defined but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/App.tsx#L47
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L65
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L65
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L78
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L153
React Hook useEffect has missing dependencies: 'addRecentModel' and 'switchModel'. Either include them or remove the dependency array
|
Run Lint:
ui/desktop/src/App.tsx#L158
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/components/BottomMenu.tsx#L20
'recentModels' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/components/ChatView.tsx#L3
'generateSessionId' is defined but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/components/ChatView.tsx#L14
'askAi' is defined but never used. Allowed unused vars must match /^_/u
|
Loading