moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

Need better visual feedback when container/mod views are waiting for initial content #27

Closed itzg closed 8 years ago

itzg commented 8 years ago

While we're at it, make sure you can't see the {{v.label}} Angular expressions as the outer index.ftl is still initializing.

itzg commented 8 years ago

It looks like ng-cloak is actually what'll do the trick to "hide" the Angular expressions during loading.

sshipway commented 8 years ago

Yes, I can see the new container being started up in the mccy logs, but the web UI is completely silent... some sort of progress indicator would be a good idea.

itzg commented 8 years ago

In the spirit of getting 0.1 "done", let's bump this out to 0.2. Carving out the initial WebSocket support will be easy, but not trivial.

itzg commented 8 years ago

@sshipway the fix for #26 has been deployed to mccy-staging and that now provides progress updates if new image layers are being pulled.

itzg commented 8 years ago

...otherwise, ng-cloak was already applied to the public container listing and it seems to be doing its job there. Other parts of the UI don't seem to show the {{...}} placeholders any more, but will keep an eye out for now.

itzg commented 8 years ago

This has been working well on staging