Skip to content

Conversation

@adzhindzhi
Copy link
Contributor

Resolves

Proposed Changes

  • Merge editor assets and dynamic assets when using the surprise button

Note: Since this branch is based on the latest editor version, which includes a few cherry-picked commits from develop, the commits are also included in this diff. Please check only the last commit for the actual changes.

Reason for Changes

  • Membership assets are not included when clicking the surprise button

Test Coverage

  • All current test complete successfully; no new test were added

@adzhindzhi adzhindzhi requested a review from a team as a code owner February 9, 2026 13:31
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

Test report for scratch-gui

  2 files   62 suites   9m 22s ⏱️
398 tests 390 ✅ 8 💤 0 ❌
416 runs  408 ✅ 8 💤 0 ❌

Results for commit 8087a87.

♻️ This comment has been updated with latest results.

if (this.processedSounds.source === this.props.dynamicSounds) {
return this.processedSounds.data;
}
this.processedSounds = mergeDynamicAssets(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some potential now in passing down the processedSounds to the LibraryComponents, which are children of those containers and use the same logic for mergeDynamicAssets. However, this is more of a nitpick, and I am fine with it being done in another PR.

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.

3 participants