perf(Search modal): performance improvements (#829)
* Search modal performance improvements * Move more code out of the search modal * Add the question helper to the search * Fix a couple lint errors * Fix the tests, duplicate import text * Hide the token info on small screens, flex the list * Fix token sorting, have a link that focuses and shows a tooltip for the search input * Remove reach tooltip css * Fix pair balances in the search modal * Get the arrow working * Only clear the input when they re-open * Better way to exclude props * More small performance tweaks
Showing
| ... | ... | @@ -17,7 +17,6 @@ |
| "@mycrypto/eth-scan": "^2.1.0", | ||
| "@popperjs/core": "^2.4.0", | ||
| "@reach/dialog": "^0.2.8", | ||
| "@reach/tooltip": "^0.2.0", | ||
| "@reduxjs/toolkit": "^1.3.5", | ||
| "@types/jest": "^25.2.1", | ||
| "@types/node": "^13.13.5", | ||
| ... | ... | @@ -26,6 +25,7 @@ |
| "@types/react-dom": "^16.9.7", | ||
| "@types/react-redux": "^7.1.8", | ||
| "@types/react-router-dom": "^5.0.0", | ||
| "@types/react-window": "^1.8.2", | ||
| "@types/rebass": "^4.0.5", | ||
| "@types/styled-components": "^4.2.0", | ||
| "@types/testing-library__cypress": "^5.0.5", | ||
| ... | ... | @@ -70,6 +70,7 @@ |
| "react-scripts": "^3.4.1", | ||
| "react-spring": "^8.0.27", | ||
| "react-use-gesture": "^6.0.14", | ||
| "react-window": "^1.8.5", | ||
| "rebass": "^4.0.7", | ||
| "redux-localstorage-simple": "^2.2.0", | ||
| "serve": "^11.3.0", | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment