Skip to content

Eliminate links to non-existant pages

37321bf
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

docs: add comprehensive workflow documentation with german translations #3665

Eliminate links to non-existant pages
37321bf
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Mar 11, 2026 in 1s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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.