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/search bar design and search by typing #164

refactor: add address search function just by typing it

8ee9364
Select commit
Loading
Failed to load commit list.
Closed

Feat/search bar design and search by typing #164

refactor: add address search function just by typing it
8ee9364
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / ESLint failed Feb 26, 2024 in 7s

15 new alerts including 8 errors

New alerts in code changed by this pull request

  • 8 errors
  • 7 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 45 in components/01-atoms/NftsCardApprovedList.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 useEffect has missing dependencies: 'setAllSelectedNftsAreApproved' and 'setAuthedUserNftsApprovalStatus'. Either include them or remove the dependency array.

Check failure on line 48 in components/01-atoms/SwapContext.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow unused variables Error

'_inputEnsAddress' is defined but never used.

Check failure on line 59 in components/01-atoms/SwapContext.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow empty functions Error

Unexpected empty method 'setTimeDate'.

Check failure on line 61 in components/01-atoms/SwapContext.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow empty functions Error

Unexpected empty method 'setAllSelectedNftsAreApproved'.

Check failure on line 63 in components/01-atoms/SwapContext.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow empty functions Error

Unexpected empty method 'setAuthedUserNftsApprovalStatus'.

Check failure on line 66 in components/01-atoms/SwapContext.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow unused variables Error

'buttonClickAction' is defined but never used.

Check warning on line 66 in components/01-atoms/SwapContext.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow unused variables Warning

'buttonClickAction' is defined but never used. Allowed unused args must match /^_/u.

Check failure on line 66 in components/01-atoms/SwapContext.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow empty functions Error

Unexpected empty method 'updateSwapStep'.

Check warning on line 39 in components/01-atoms/SwapExpireTime.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 useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array.

Check failure on line 71 in components/01-atoms/SwapModalButton.tsx

See this annotation in the file changed.

Code scanning / ESLint

Disallow empty functions Error

Unexpected empty arrow function.

Check warning on line 54 in components/02-molecules/ConfirmSwapModal.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 useEffect has a missing dependency: 'handleSwap'. Either include it or remove the dependency array.

Check warning on line 60 in components/02-molecules/ConfirmSwapModal.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 useEffect has a missing dependency: 'updateSwapStep'. Either include it or remove the dependency array.

Check warning on line 76 in components/02-molecules/ConfirmSwapModal.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 useEffect has missing dependencies: 'setAllSelectedNftsAreApproved', 'setAuthedUserNftsApprovalStatus', and 'updateSwapStep'. Either include them or remove the dependency array.

Check failure on line 2 in lib/client/hooks/subgraphQueries.ts

See this annotation in the file changed.

Code scanning / ESLint

Disallow `require` statements except in import statements Error

Require statement not part of import statement.

Check warning on line 80 in components/01-atoms/SearchBar.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 useEffect has missing dependencies: 'getUserAddress' and 'setUserJustValidatedInput'. Either include them or remove the dependency array.