Feat/collection list pagination#4110
Feat/collection list pagination#4110VaibhavNarayann wants to merge 110 commits intoprocessing:developfrom
Conversation
…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
…mport [codemirror6] Fix color picker to work in Javascript
Migrated from JSHint to ESLint
…/p5.js-web-editor into develop-codemirror-v6
This reverts commit b7a4de9.
|
@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. |
|
Understood, thank you for the clear feedback. I'll open a fresh, focused PR shortly. |
|
@yugalkaushik I created a fresh branch from the latest
I tried reinstalling Thank you! |
|
@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. |

Related to #3880
Description
Added pagination to the Collection List page only.
Demo
Changes
Notes
TODO
I have verified that this pull request:
npm run lint)npm run test)npm run typecheck)developbranchRelated to #3880