forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: lazy load of the yaml library components #1556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
maxy-shpfy
merged 1 commit into
master
from
12-15-feat_lazy_load_of_the_yaml_library_components
Dec 18, 2025
Merged
feat: lazy load of the yaml library components #1556
maxy-shpfy
merged 1 commit into
master
from
12-15-feat_lazy_load_of_the_yaml_library_components
Dec 18, 2025
Conversation
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
Collaborator
Author
4 tasks
b269a5c to
9483667
Compare
c7cb823 to
5d85020
Compare
06d72a6 to
ef2a39e
Compare
5d85020 to
14cf3eb
Compare
ef2a39e to
b2cf0e0
Compare
4 tasks
b2cf0e0 to
c12e371
Compare
3 tasks
This was referenced Dec 16, 2025
Mbeaulne
reviewed
Dec 17, 2025
src/providers/ComponentLibraryProvider/ComponentLibraryProvider.tsx
Outdated
Show resolved
Hide resolved
This was referenced Dec 17, 2025
14cf3eb to
d437913
Compare
b2e6655 to
838ef5c
Compare
838ef5c to
1d63324
Compare
Mbeaulne
approved these changes
Dec 17, 2025
4 tasks
d437913 to
2d10327
Compare
1d63324 to
26f27d1
Compare
26f27d1 to
43b189e
Compare
Collaborator
Author
Merge activity
|
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.

Description
Closes #1306
Contributes to https://github.com/Shopify/oasis-frontend/issues/249
Removed the
populateComponentRefsfunction call when setting the component library state. Also removed thestoreComponentsFromLibraryfunction and its associated logic that was storing individual components in local storage.Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Screen Recording 2025-12-15 at 4.42.24 PM.mov (uploaded via Graphite)
In the video I manually removed "hydration" info (name, author, digest) from the "Quick start" folder to ensure, that Left panel can display "not loaded" libraries.
Additional Comments
This change simplifies the component library loading process by removing unnecessary processing steps.