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: Allow filtering for analytics page (frontend) #178

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge branch 'main' into jyo142-issue-147

ff18ea5
Select commit
Loading
Failed to load commit list.
Open

feat: Allow filtering for analytics page (frontend) #178

Merge branch 'main' into jyo142-issue-147
ff18ea5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint succeeded Sep 14, 2024 in 2s

5 new alerts

New alerts in code changed by this pull request

  • 5 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 54 in apps/frontend/src/components/analytics/stars.table.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useCallback has a missing dependency: 'router'. Either include it or remove the dependency array.

Check warning on line 61 in apps/frontend/src/components/analytics/stars.table.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useCallback has a missing dependency: 'changeStateUrl'. Either include it or remove the dependency array.

Check warning on line 183 in apps/frontend/src/components/analytics/stars.table.component.tsx

See this annotation in the file changed.

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useCallback has a missing dependency: 'router'. Either include it or remove the dependency array.

Check warning on line 3 in apps/frontend/src/components/launches/helpers/date.range.picker.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow unused variables Warning

'Calendar' is defined but never used.

Check warning on line 3 in apps/frontend/src/components/launches/helpers/date.range.picker.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow unused variables Warning

'TimeInput' is defined but never used.