fix: add infinite scroll to view my nfts filter panel (#5216)
* infinite_scroll_working * fix * remove extra * add infinite loading * working * remove null * filter button text fixes * respond to charlie plus mobile tooltip fixes * make filter bar sticky * respond to charlie
Showing
| ... | @@ -131,6 +131,7 @@ | ... | @@ -131,6 +131,7 @@ |
| "@react-hook/window-scroll": "^1.3.0", | "@react-hook/window-scroll": "^1.3.0", | ||
| "@reduxjs/toolkit": "^1.6.1", | "@reduxjs/toolkit": "^1.6.1", | ||
| "@types/react-relay": "^13.0.2", | "@types/react-relay": "^13.0.2", | ||
| "@types/react-window-infinite-loader": "^1.0.6", | |||
| "@uniswap/analytics": "1.1.1", | "@uniswap/analytics": "1.1.1", | ||
| "@uniswap/analytics-events": "1.1.0", | "@uniswap/analytics-events": "1.1.0", | ||
| "@uniswap/conedison": "^1.1.0", | "@uniswap/conedison": "^1.1.0", | ||
| ... | @@ -215,6 +216,7 @@ | ... | @@ -215,6 +216,7 @@ |
| "react-use-gesture": "^6.0.14", | "react-use-gesture": "^6.0.14", | ||
| "react-virtualized-auto-sizer": "^1.0.2", | "react-virtualized-auto-sizer": "^1.0.2", | ||
| "react-window": "^1.8.5", | "react-window": "^1.8.5", | ||
| "react-window-infinite-loader": "^1.0.8", | |||
| "rebass": "^4.0.7", | "rebass": "^4.0.7", | ||
| "redux": "^4.1.2", | "redux": "^4.1.2", | ||
| "redux-localstorage-simple": "^2.3.1", | "redux-localstorage-simple": "^2.3.1", | ||
| ... | ... |
Please register or sign in to comment