Heikki Hellgren

Results 377 comments of Heikki Hellgren

Hi @kurtaking Yes, there was a discussion about this and it's not necessary to revert MUI5 changes (if they work 😆 ). I reverted my own plugin as it wasn't...

Yes it's unfortunate it's not supported by these browsers 😬 Any ideas how to make it work for those too are welcome!

Probably using react router directly to somehow catch the navigation before it happens could be an option, if possible. Or the MutationObserver but that's not optimal at all.

Probably using react router directly to somehow catch the navigation before it happens could be an option, if possible. Or the MutationObserver but that's not optimal at all. Some ideas...

Should test if it works. If it does, why not use popstate also for Chrome? Are there some drawbacks?

@mcenkar same problem here with JFrog artifactory. I wonder what that %23 is at the end of the URL and where does it come from? Public registeries work just find...

Hi, The issue with other mimetypes is that the rendering will totally break, so they should be handled properly in the UI as well, not just in the backend.

Yeah, probably something like that but requires some tinkering 😁 If anyone is up to contribute, it would be awesome!

Did you try adding the mimetypes to config `qeta.storage.allowedMimeTypes` and see how it renders? I think it probably still tries to render it as a image because it's added in...

@veenarm oh true, it should be configured to the frontend as well. If you come up with a solution, I would be more than happy to accept a PR! I...