Skip to content

feat: New Setting UI. #677

feat: New Setting UI.

feat: New Setting UI. #677

Triggered via pull request January 8, 2025 06:35
@Emt-linEmt-lin
synchronize #955
Emt-lin:UI-3
Status Success
Total duration 3m 33s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (20.x): src/components/chat-components/ChatSingleMessage.tsx#L108
React Hook useEffect has a missing dependency: 'preprocess'. Either include it or remove the dependency array
build (20.x): src/contexts/TabContext.tsx#L21
React Hook useEffect has a missing dependency: 'modalContainer'. Either include it or remove the dependency array
build (20.x): src/settings/v2/components/ApiKeyDialog.tsx#L65
React Hook useEffect has missing dependencies: 'unverifiedKeys' and 'updateSetting'. Either include them or remove the dependency array. If 'updateSetting' changes too often, find the parent component that defines it and wrap that definition in useCallback