docs: add comprehensive workflow documentation with german translations #3665
ESLint Report Analysis
0 ESLint error(s) and 11 ESLint warning(s) found
Details
Annotations
Check warning on line 281 in apps/web/components/builder/widgets/chart/Categories.tsx
github-actions / ESLint Report Analysis
apps/web/components/builder/widgets/chart/Categories.tsx#L272-L281
[react-hooks/exhaustive-deps] React Hook useMemo has a missing dependency: 'config?.options?.color_range'. Either include it or remove the dependency array.
Check warning on line 278 in apps/web/components/builder/widgets/chart/Categories.tsx
github-actions / ESLint Report Analysis
apps/web/components/builder/widgets/chart/Categories.tsx#L278
[react-hooks/exhaustive-deps] React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
Check warning on line 185 in apps/web/components/builder/widgets/chart/Pie.tsx
github-actions / ESLint Report Analysis
apps/web/components/builder/widgets/chart/Pie.tsx#L185
[react-hooks/exhaustive-deps] React Hook useMemo has a missing dependency: 'config?.options?.color_range'. Either include it or remove the dependency array.
Check warning on line 185 in apps/web/components/builder/widgets/chart/Pie.tsx
github-actions / ESLint Report Analysis
apps/web/components/builder/widgets/chart/Pie.tsx#L185
[react-hooks/exhaustive-deps] React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.
Check warning on line 441 in apps/web/components/builder/widgets/common/WidgetCommonConfigs.tsx
github-actions / ESLint Report Analysis
apps/web/components/builder/widgets/common/WidgetCommonConfigs.tsx#L438-L441
[react-hooks/exhaustive-deps] The 'additionalMetrics' logical expression could make the dependencies of useMemo Hook (at line 457) change on every render. To fix this, wrap the initialization of 'additionalMetrics' in its own useMemo() Hook.
Check warning on line 92 in apps/web/components/builder/widgets/data/Table.tsx
github-actions / ESLint Report Analysis
apps/web/components/builder/widgets/data/Table.tsx#L82-L92
[react-hooks/exhaustive-deps] The 'twoLineClampSx' object makes the dependencies of useCallback Hook (at line 745) change on every render. To fix this, wrap the initialization of 'twoLineClampSx' in its own useMemo() Hook.
Check warning on line 222 in apps/web/components/builder/widgets/data/Table.tsx
github-actions / ESLint Report Analysis
apps/web/components/builder/widgets/data/Table.tsx#L222
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'rowsPerPage'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setRecordsHasMore' needs the current value of 'rowsPerPage'.
Check warning on line 744 in apps/web/components/modals/FormulaBuilder.tsx
github-actions / ESLint Report Analysis
apps/web/components/modals/FormulaBuilder.tsx#L744
[react-hooks/exhaustive-deps] React Hook useCallback has a missing dependency: 'variables'. Either include it or remove the dependency array.
Check warning on line 210 in apps/web/components/workflows/panels/SqlToolSettings.tsx
github-actions / ESLint Report Analysis
apps/web/components/workflows/panels/SqlToolSettings.tsx#L210
[react-hooks/exhaustive-deps] The 'config' conditional could make the dependencies of useCallback Hook (at line 562) change on every render. To fix this, wrap the initialization of 'config' in its own useMemo() Hook.
Check warning on line 320 in apps/web/components/workflows/panels/SqlToolSettings.tsx
github-actions / ESLint Report Analysis
apps/web/components/workflows/panels/SqlToolSettings.tsx#L320
[react-hooks/exhaustive-deps] React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array.
Check warning on line 589 in apps/web/components/workflows/panels/WorkflowNodeSettings.tsx
github-actions / ESLint Report Analysis
apps/web/components/workflows/panels/WorkflowNodeSettings.tsx#L589
[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'node.data.config', 'node.data.type', and 'node.type'. Either include them or remove the dependency array. If 'setValues' needs the current value of 'node.data.config', you can also switch to useReducer instead of useState and read 'node.data.config' in the reducer.