Skip to content

fix: update refresh logic for plugin list to avoid redundant request and fix model provider list update issue in settings #10964

fix: update refresh logic for plugin list to avoid redundant request and fix model provider list update issue in settings

fix: update refresh logic for plugin list to avoid redundant request and fix model provider list update issue in settings #10964

Triggered via pull request February 21, 2025 08:51
Status Success
Total duration 1m 25s
Artifacts

style.yml

on: pull_request
Python Style
11s
Python Style
Web Style
1m 6s
Web Style
Docker Compose Template
8s
Docker Compose Template
SuperLinter
1m 14s
SuperLinter
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Web Style: web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/api/page.tsx#L5
'props' is defined but never used. Allowed unused args must match /^_/u
Web Style: web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx#L76
'isShowTips' is assigned a value but never used. Allowed unused vars must match /^_/u
Web Style: web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx#L76
'toggleTips' is assigned a value but never used. Allowed unused vars must match /^_/u
Web Style: web/app/(commonLayout)/datasets/DatasetCard.tsx#L64
'e' is defined but never used
Web Style: web/app/(commonLayout)/datasets/Datasets.tsx#L65
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
Web Style: web/app/(commonLayout)/datasets/Datasets.tsx#L78
The ref value 'containerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'containerRef.current' to a variable inside the effect, and use that variable in the cleanup function
Web Style: web/app/(commonLayout)/datasets/Datasets.tsx#L79
React Hook useEffect has missing dependencies: 'containerRef' and 'setSize'. Either include them or remove the dependency array
Web Style: web/app/(commonLayout)/datasets/NewDatasetCard.tsx#L17
Classname 'flex-grow' should be updated to 'grow' in Tailwind CSS v3!
Web Style: web/app/(commonLayout)/datasets/create/page.tsx#L6
'props' is defined but never used. Allowed unused args must match /^_/u
Web Style: web/app/(shareLayout)/webapp-signin/page.tsx#L92
React Hook useEffect has missing dependencies: 'handleSSOLogin' and 'processTokenAndRedirect'. Either include them or remove the dependency array