Maximouse

Results 348 comments of Maximouse

> Everything works except the thumbnail isn't darkened anymore. That could be fixed by creating an `img` element and inserting it into the DOM between the stage and the green...

Bug: the button is in the "closed" state if the addon is enabled while the backpack is open.

> @mxmou Do you think this is worth adding? It looks nice but I don't think it fits with Scratch's design.

> Comment sections on studios don't support RTL, right? RTL support for studios was implemented but then reverted for some reason: https://github.com/scratchfoundation/scratch-www/commit/604238d

This existed in Scratch 2.0. In 1.4, there was only a "show" option.

> #7140 suggests right clicking the stage to hide/show all sprites. How hard would it be to add a context menu to the stage for that? I think the option...

> It seems that even with dangerous: true, the button does not change colour when hovered. That's a bug in editor dark mode. It does become orange on hover if...

> Isn't this just #7082 or am I misunderstanding? It's a different bug: ![image](https://github.com/ScratchAddons/ScratchAddons/assets/51849865/4f429d7a-5587-4472-aff2-bd015ec410ef)

I think changing `{3,20}` in the regex to, for example, `{2,30}` would be a better solution than hardcoding every known exception.

> The code was added in it's own commit on #4506 so there's obviously a reason for it. @mxmou? The main reason was to extend the horizontal scrollbar to the...