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

Use angular to collapse sidebar #52

Open danpolanco opened 8 years ago

danpolanco commented 8 years ago

The sidebar should work as seen in tui2tone's demo, but I removed the javascript that handles. I need to replace it with angular / ui magic.

screen shot 2016-01-20 at 6 36 33 pm

itzg commented 8 years ago

In this case it's probably fine to add back that specific JS.

danpolanco commented 8 years ago

Will do that as a temporary fix.

itzg commented 8 years ago

Yep

danpolanco commented 8 years ago

I forgot that adding the script back causes a weird redirect issue. Gonna try and fix that now.