Maximouse

Results 46 issues of Maximouse

It means most of the file needs to be translated again after a change.

type: bug
scope: engine
scope: i18n

The Scratch Messaging transition page says "expect weekly or monthly updates", although updates are neither weekly nor monthly (every two or three weeks).

type: enhancement
scope: content

### 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...

type: enhancement
scope: design
scope: webpages
scope: accessibility

### 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...

type: enhancement
scope: webpages

### 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,...

type: enhancement
scope: design
scope: webpages
scope: accessibility

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...

scope: addon
scope: design

### 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...

type: enhancement
scope: core
scope: development

### 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...

type: bug
scope: core
bug: regression
scope: development

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()`...

scope: addon api
scope: addon

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...

scope: addon