Under the hood
Useful1 Signal0
The spinner's text and colours are now updated through a shared event channel.
What's wrong with this entry?
Anonymous. No account, no email.
What
Spinner text and colour updates go through a shared event emitter instead of calling into the render layer directly.
Details
- a new module exposes
setSpinnerMessageandsetSpinnerColors - these emit
main-messageandmain-colorsevents on a shared emitter - a handler switch on the receiving side applies them
Evidence
kind: "main-colors"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.