5fe14787 Intents module gains a reactive request signal and response now only exists when an intent is active.
- The intents module now exposes api.intents.request as a reactive signal that tracks the current active intent value.
- The api.intents.response property is now a getter returning undefined when no intent is active, instead of always being defined.
- Intent request state is kept synchronized with the internal API via subscription and unsubscribed automatically on page unload.
Files 14
+126 -177
10 modified