Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new page in trend explorer #2335

Merged
merged 7 commits into from
Sep 14, 2024

chore: fix eslint

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

feat: new page in trend explorer #2335

chore: fix eslint
f162636
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Sep 13, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 5 ESLint warning(s) found

Annotations

Check warning on line 145 in frontends/analytics/src/components/charts/RagQueries.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/analytics/src/components/charts/RagQueries.tsx#L145

[solid/reactivity] The reactive variable 'columns' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.

Check warning on line 30 in frontends/analytics/src/pages/tablePages/SearchTablePage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L30

[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.

Check warning on line 40 in frontends/analytics/src/pages/tablePages/SearchTablePage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L40

[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.

Check warning on line 41 in frontends/analytics/src/pages/tablePages/SearchTablePage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L41

[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.

Check warning on line 51 in frontends/analytics/src/pages/tablePages/SearchTablePage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontends/analytics/src/pages/tablePages/SearchTablePage.tsx#L51

[solid/reactivity] The reactive variable 'props.getValue' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored.