Opened 4 weeks ago
Closed 3 weeks ago
#65970 closed enhancement (maybelater)
Replace Media Library "Load more" with actual Pagination
| Reported by: | mrleblanc101 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | ui, accessibility, administration |
Description (last modified by )
This is a follow-up to #65564.
"Load more" offer no sense of progress and is not flexible.
What if I know the image if on the last page ? I need to click 10 time...
I know you could use the "Upload month" dropdown filter, but it being on the last page of the media library doesn't mean it's on the fist upload month.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is something that has been explored in the past, but it would require some major changes to the media modal, due to inadequate updating of collections when items are added or removed, which cause a lot of problems with pagination.
Making those changes are high risk for breaking extender implementations, because they would change APIs for handling the collection. So while this is legitimately a change we'd like to make, it's just not a very realistic option with the current code base.
There is an experimental media modal being built in Gutenberg, which you can enable within the experiments module of the plugin, and it does include pagination.