How to Load Contents in Content Type Filter
@melissarojas-dotcms is already working on this.
Since Aug 27, 2025.
- Dominant language
- Java
- Stars
- 970
- Forks
- 486
- Avg merge
- 3d 33m
- Merged PRs (30d)
- 170
Description
Define the Problem
There could be thousands of content types so loading the full list of them in the content type filter in the new content drive may not be very performant.
Though we have a search in the content type filter, sometimes the user may not know what to search for and will rely on browsing the list.
For this browsing to be sucessful we need two things:
-To order in alphabetical order
-To load 100 items at a time and then load the next 100 as they scroll down and automatically trigger the request. Alternatively, we could load the first 200 and then show a load more or a load all link at the end of the 200.
Melissa will devise a solution for this, they may be more options out there too.
Who's Facing the Problem?
All users using the content drive.
Screenshot or Video
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.