gctools-outilsgc / gccollab-mobile

The mobile app for the Government of Canada's external collaboration platform
MIT License
3 stars 0 forks source link

Preloaders Added #297

Closed bmrgould closed 6 years ago

bmrgould commented 6 years ago

Added preloader show/hide for content that hits a api request. Original blanket way with ajax events (ajaxStart/Error/Success) no longer works due to the way requests work in F7v2.
Template/Tab/Comments aspects are handled on the ContentSuccess and Template Functions. Post/Edit Blog/Discussion, and likes page, added within their requests. Profile Template on the template functions and the Each functions.

Closes #290