Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

daun
Copy link
Contributor

@daun daun commented Nov 17, 2024

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

@daun daun marked this pull request as ready for review November 17, 2024 22:35
@jasonvarga jasonvarga merged commit fe173ff into statamic:5.x Nov 21, 2024
18 checks passed
@daun daun deleted the feat/multi-page-folder-sort branch November 22, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asset folder sort does not work across pages
3 participants