EurekaScratch / eureka

💡 Universal Scratch Extension Loader.
https://eureka.codingclip.cc/
MIT License
34 stars 8 forks source link

ReduxStore export #117

Closed yuri-kiss closed 1 week ago

yuri-kiss commented 1 week ago

I don't know how difficult this is but it would be nice if Eureka could expose ReduxStore to extensions. On TurboWarp this is already possible using window.ReduxStore and checking if the project is packaged. Personally I have used this many times to force updates into the GUI and get the theme value.

SimonShiki commented 1 week ago

This feature is already supported in Charlotte and I will port it to Eureka later.

yuri-kiss commented 1 week ago

This feature is already supported in Charlotte and I will port it to Eureka later.

kk!

SimonShiki commented 1 week ago

Basically implemented in commit 4c40419

Notes: If you need global ReduxStore instance, turn Trap->ReduxStore and Behavior->PolyfillGlobalInstances on.