statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
4.09k stars 534 forks source link

[5.x] Enable asset folder sort across pages #11130

Closed daun closed 1 day ago

daun commented 4 days ago

Adjust the asset browser folder sort to apply across all pages. Currently, only the last page's folders are sorted and the sort only applies to that page. The main adjustment is in moving line 85 (the slicing down of all folders to the currently visible ones) to happen after the sorting, not before.

Closes #11085

Before

Screen Recording 2024-11-17 at 23 32 26

After

Screen Recording 2024-11-17 at 23 31 58