Maximouse
Maximouse
It means most of the file needs to be translated again after a change.
The Scratch Messaging transition page says "expect weekly or monthly updates", although updates are neither weekly nor monthly (every two or three weeks).
### Why this would be helpful The orange accent color used on the settings page and in the popup doesn't have enough contrast with white. ### My suggestion Change the...
### Why this would be helpful/solve a problem Opening the popup now activates the last opened tab. If there are unread messages and the Messaging tab is not selected, the...
### Why this would be helpful The orange accent color used on the settings page and in the popup doesn't have enough contrast with white. ### My suggestion In #4983,...
Resolves #7428 ### Changes Changes the default color of reaction buttons to purple and moves the code for dark mode support to the addon's userstyle (see #275). ### Tests Tested...
### Why this would be helpful scratchfoundation/scratch-gui#9536 changed the port for the development server from 8601 to 8602. ### My suggestion Add the necessary match and host permission to run...
### Description [The `matches` array for `web_accessible_resources`](https://github.com/ScratchAddons/ScratchAddons/blob/e6f38f6/manifest.json#L77) should include `localhost` and `scratchfoundation.github.io` if the extension is installed from source. It currently doesn't, which breaks userstyles without `"injectAsStyleElt": true` and all...
Resolves #2346 ### Changes * Addons that used `emitWorkspaceUpdate()` to redraw blocks (cat-blocks, custom-block-shape, custom-block-text, editor-square-inputs, editor-theme3, zebra-striping) now use the `updateAllBlocks` module, which has been changed to call `Blockly.Xml.clearWorkspaceAndLoadFromXml()`...
Resolves #2466 Resolves #3916 ### Changes If a comment can't be loaded, shows the fragment returned by the messages API instead, without context (note that the reply appears as a...