fix: resolve several issues in scratch-gui porting#5
Merged
Conversation
- Suppress Workbox 'maximumFileSizeToCacheInBytes' warnings by increasing limit to 64MB. - Port extension filtering functionality and 'Show all extensions' checkbox. - Add missing Japanese translation for 'gui.sharedMessages.loadFromComputerTitle'. - Fix automatic Ruby conversion on tab switch by adding 'rubyTabVisible' to GUI mapStateToProps. - Fix overlapping blocks after Ruby-to-blocks conversion by porting position recalculation logic. 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
Added translations for: - gui.sharedMessages.backdrop - gui.sharedMessages.costume - gui.sharedMessages.pop - gui.sharedMessages.sprite 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
takaokouji
pushed a commit
that referenced
this pull request
Mar 8, 2026
* chore: format runtime.js * fix: add the hat extension to extension hat blocks
takaokouji
pushed a commit
that referenced
this pull request
Mar 8, 2026
takaokouji
added a commit
that referenced
this pull request
Apr 12, 2026
- Add next-steps guidance after student joins classroom (#1) - Add submit hint for students who haven't submitted yet (#2) - Add STAGE !== 'prod' failsafe for DEV_BYPASS_TOKEN (#3) - Add fullscreen tooltip to join code expand button (#4) - Improve member grid prompt to clarify clickable seats (#5) - Remove window._classroomIdToken debug variable (#8) Closes #495 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 tasks
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.
This PR addresses several issues found during the porting of scratch-gui:
webpack.config.js.extension-library.jsx.gui.sharedMessages.loadFromComputerTitleinja.jsandja-Hira.js.rubyTabVisibletomapStateToPropsingui.jsx.blocks.jsx.🤖 Generated with Gemini Code
Co-Authored-By: Gemini noreply@google.com