feat(planet): implement progressive rendering for project gallery#6570
Open
e-esakman wants to merge 1 commit intosugarlabs:masterfrom
Open
feat(planet): implement progressive rendering for project gallery#6570e-esakman wants to merge 1 commit intosugarlabs:masterfrom
e-esakman wants to merge 1 commit intosugarlabs:masterfrom
Conversation
Contributor
|
✅ All Jest tests passed! This PR is ready to merge. |
Contributor
|
There is a duplicate PR #6101 on the same feature you are trying to work. i suppose the other PR is tend to go stale, so your PR is a good addition. you can refer to that PR if that helps making better contribution, in the mean time ill give this a test. |
zealot-zew
approved these changes
Apr 13, 2026
Contributor
zealot-zew
left a comment
There was a problem hiding this comment.
It working good. Planet seems to be slow, but its fine for now.
Screen.Recording.2026-04-13.093059.mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves project loading in GlobalPlanet by introducing progressive rendering. Projects are now displayed incrementally as their data arrives instead of waiting for all requests to complete.
Problem
The previous implementation of
downloadProjectsToCachefollowed an "all-or-nothing" approach:Impact:
PR Category
Key Changes
renderSingleProjectSafeto inject cards into the DOM immediately upon successful request completion.this.cardsto prevent duplicate project cards during asynchronous race conditionsChecklist
Notes