Skip to content

Conversation

@peeratham
Copy link
Member

No description provided.

benjiwheeler and others added 30 commits December 18, 2018 15:50
…re-upload

When user uploads project file, project will auto-save before loading
…ent-error

Fix "TouchEvent is not defined" error
Make the requiredProjectId work with the online editor
This was intended as a safety check but it causes problems with some
tests.
Add a helper function to check if GUI is running in Scratch Desktop
…ibrary-update-fixes

Sprite and costume library fixes
Show error ID if available from Raven and report react errors
…add-city-and-bedroom-assets

Add city and bedroom assets
They were not being marked as clean when loaded from the server, causing remixes that included only minimal (or no) changes to take a very long time as it waited for hundreds of network requests to resolve. Mark them as clean when loaded from the server so we know they do not need to be resaved
This prevents unnecassary changes that do not matter to the player view because they were made by the project in progress (i.e. made by running the blocks, or by cloud var updates)
This is because when switching from project to editor view, this component gets unmounted and then remounted, but the componentDidMount seems to happen before the componentWillUnmount. Because it is dealing with a global variable, it is unsafe to always unset the beforeunload when unmounting.
paulkaplan and others added 29 commits January 17, 2019 09:10
…-select

Revert "Adds BorderedMenuItem and use it for delete menu"
The previous change that made the images laid out using absolute meant that the close button was layered below the sprite image, making it now clickable
…button

Fix delete button on sprite tiles
…ocks

update scratch-blocks for languages.
…h-l10n-3.1.20190117191816

Update scratch-l10n to the latest version 🚀
…-backpack-sprite"

This reverts commit 97f8eb6, reversing
changes made to 2e017f0.
We were emitting drops when getMouseOverIndex was null, which could happen either when the drop is outside the container, or there were zero boxes to check for ordering. Treat these two cases separately, and continue to not emit drops when outside the container.
…-4359-delete-select

Add BorderedMenuItem and use it for delete menu, with updated style
…connect-errors

Peripheral disconnect status using new runtime/vm event
@peeratham peeratham merged commit ec5388f into q4blocks:gui-quality-improvement-support Jan 25, 2019
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.