Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 718 Bytes

2022-05-16-only-a-maximum-of-25-folders-in-the-media-area.md

File metadata and controls

12 lines (12 loc) · 718 Bytes
title issue author author_email author_github
Only a maximum of 25 folders in the media area
NEXT-20815
Niklas Limberg
NiklasLimberg

Administration

  • Removed deprecation for folderLoaderDone data property in sw-media-library/index.js, since it was still needed.
  • Changed the showLoadMoreButton computed in sw-media-library/index.js to return true if either additional media or folders can be loaded.
  • Changed the loadItems method in sw-media-library/index.js to fetch media and folders simultaneously with nextMedia and nextFolders respectively.
  • Added the nextMedia method in sw-media-library/index.js to allow for the aforementioned simultaneous fetching