-
- Downloads
Fix collections page loads slowly if contains lots of data (#15715)
* Optimize hasChildren collection check * Extract ItemList renderItem method * Optimize VirtualizedList * Fix collection page scroll behavior * Remove redundant import
Showing
- frontend/src/metabase/collections/components/CollectionsList.jsx 1 addition, 1 deletion...d/src/metabase/collections/components/CollectionsList.jsx
- frontend/src/metabase/collections/components/ItemList.jsx 29 additions, 23 deletionsfrontend/src/metabase/collections/components/ItemList.jsx
- frontend/src/metabase/collections/containers/CollectionContent.jsx 3 additions, 0 deletions...src/metabase/collections/containers/CollectionContent.jsx
- frontend/src/metabase/components/CollectionLanding.jsx 11 additions, 1 deletionfrontend/src/metabase/components/CollectionLanding.jsx
- frontend/src/metabase/components/VirtualizedList.jsx 34 additions, 33 deletionsfrontend/src/metabase/components/VirtualizedList.jsx
Loading
Please register or sign in to comment