-
- Downloads
Fix UI flash when sorting collection items (#16511)
* Optionaly keep prev list value in EntityListLoader * Use prop-types in EntityListLoader * Fix UI flash when sorting collection items * Fix empty state displayed before items are fetched * Alias condition statement * Unify shouldUpdatePrevList condition * Fix react/display-name * Rename keepPreviousList —> keepListWhileLoading * Swap list and previous list internally * Replace `_.isEqual` check with plain `!==`
Showing
- frontend/src/metabase/collections/containers/CollectionContent.jsx 23 additions, 5 deletions...src/metabase/collections/containers/CollectionContent.jsx
- frontend/src/metabase/entities/containers/EntityListLoader.jsx 85 additions, 40 deletions...end/src/metabase/entities/containers/EntityListLoader.jsx
Please register or sign in to comment