scarpe-team / space_shoes

SpaceShoes is an early implementation of Scarpe-on-Wasm to allow HTML embeds of Shoes apps
MIT License
1 stars 0 forks source link

Prettier handling of long script loads #4

Open noahgibbs opened 2 months ago

noahgibbs commented 2 months ago

The SpaceShoes compiled wasm files are big. Frequently there will be a long load time while the user waits for them. Currently the DOM elements don't show up, nor does any particular acknowledgement of the loading happen.

There should be a good default visual element (a spinner?) that SpaceShoes apps get by default, but they can overload it if they want something custom.