Replace many md-progress-circular instances with CSS (#117)
* Only enable loading animation in status bar when visible
* Render loading animation on avatar only when loading
Previously the animation was hidden with ng-show, resulting in the
animation frames being drawn anyways.
* Replace message loading element with CSS animation
* Replace avatar loading element with CSS animation
* Replace reconnect loading element with CSS animation