DNin01

Results 403 comments of DNin01

> > > How would we make this compatible with `columns`? > > > > > > If `hide-flyout` and `columns` are already compatible, it shouldn't be too hard. Are...

> > By the way, categories can be selected by dispatching a `mouseup` event on them. Here's the script I used in the demonstration: > > ```js > > document.querySelectorAll(".scratchCategoryMenuItem").forEach(elem...

> but I think we need an -even very small- delay before the category blocks are updated in the flyout. That would also solve the `columns` addon problem, theoretically!

Well, this is an upstream issue - our 3.0-styled modal is a modification of Scratch's own modal, which is where the bug is, so our modal will inherit the same...

I think it might be interesting to also be able to customize exactly how wide the content area on the navigation bar is.

> Should we extend it to store the last settings in localStorage? (so that the settings survive a reload) Ideally we should store the preference for each project ID if...

I will add local storage support soon.

@WorldLanguages The addon now stores recording options in storage.

We'll keep researching this. You should try testing this case with other addons disabled or find out if there are any addons that cause this bug. The only thing I...

I got a completely different issue to happen: ![Stage header without a background](https://github.com/ScratchAddons/ScratchAddons/assets/106490990/9deba052-d63a-42c7-b83d-01f188d32e6d) Enabled editor addons when that happened include: ``` 60fps, clones, confirm-actions, debugger, disable-auto-save, faster-project-loading, fullscreen, gamepad, hide-flyout,...