Open zachcp opened 9 months ago
One way to do this is with a style:
.observablehq--loading::before {
display: none;
}
Can you talk more about when/why you’d want to turn this off? Like, for a specific code block, for a page, or globally? I think it’s generally good to show that some computation is happening to the user.
You may also be able to bypass the spinner by not writing blocking code, but I’ll need to understand the use case a bit better to suggest a specific solution.
Thanks @mbostock . Long time listener; first time caller.
Thanks Framework Team - this is really great.
Currently, unresolved promises show a rotating arrow as seen here. In some cases it would be nice to toggle the visibility for reactive in puts - e.g. don't show anything at all until the promise resolves. Maybe there is already a way to do that - in which case adding a bit more to the Promises docs would be quite helpful.