Skip to content

Feat/collection list pagination#4110

Closed
VaibhavNarayann wants to merge 110 commits intoprocessing:developfrom
VaibhavNarayann:feat/collection-list-pagination
Closed

Feat/collection list pagination#4110
VaibhavNarayann wants to merge 110 commits intoprocessing:developfrom
VaibhavNarayann:feat/collection-list-pagination

Conversation

@VaibhavNarayann
Copy link
Copy Markdown

@VaibhavNarayann VaibhavNarayann commented May 7, 2026

Related to #3880

Description

Added pagination to the Collection List page only.

Demo

image

Changes

  • Added Pagination component to CollectionList
  • Added collectionsListProjects reducer

Notes

  • This PR covers Collection List pagination only
  • Asset List pagination will be handled in a separate PR as requested in the issue

TODO

  • Unit tests for CollectionList pagination (will add based on maintainer feedback)

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch
  • is descriptively named and links to an issue number i.e Related to #3880
  • meets the standards outlined in the accessibility guidelines

khanniie and others added 30 commits January 24, 2025 00:15
…ersion-hint-file

Editor file splitting: create new hint file
…ersion-utils-tidy

Moves the tidier code and file mode utils out of editor file
I'm fairly certain that we can remove ```
      if (!prevProps?.unsavedChanges) {
        setTimeout(() => setUnsavedChanges(false), 400);
      }
```

I looked at the git blame and it looks like the intention was to stop setting unsavedchanges to false when the files switched, but i think the solve that was implemented 9 years ago did something like "if c == false, c = false" and we should be able to safely remove it instead.

reference commit: processing@77e2f5b
…ersion-splitoff-codemirror

Convert Editor to functional, splits off CodeMirror code into its own file
@yugalkaushik
Copy link
Copy Markdown
Contributor

@VaibhavNarayann Thanks for working on this. Unfortunately, this PR is not in a reviewable state right now and does not meet the project standards for a focused contribution. There are too many unrelated changes in the branch, which makes it difficult to properly review and test the actual pagination work for this issue. I would recommend creating a fresh branch from the latest develop branch, understanding the issue requirements clearly, and opening a new PR containing only the minimal relevant changes for this feature. @ksen0 this PR can be closed.

@VaibhavNarayann
Copy link
Copy Markdown
Author

Understood, thank you for the clear feedback. I'll open a fresh, focused PR shortly.

@VaibhavNarayann VaibhavNarayann deleted the feat/collection-list-pagination branch May 10, 2026 10:29
@VaibhavNarayann
Copy link
Copy Markdown
Author

@yugalkaushik I created a fresh branch from the latest develop branch as suggested, but when I run the project locally I get this error:

image

I tried reinstalling node_modules but the error persists. Could you guide me on the correct setup steps to run the project locally on the develop branch?

Thank you!

@yugalkaushik
Copy link
Copy Markdown
Contributor

@VaibhavNarayann Can I know what method you used to set up the project? Also, for installation-related doubts, it would be better to ask on Discord since you'll likely get a quicker response there from someone more familiar with the setup.

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.

8 participants