6306-add-spinner-on-initial-stream-load

closes #6384
This commit is contained in:
sjain1107 2015-09-05 16:48:45 +05:30 committed by Steffen van Bergerem
parent ca5fa14376
commit 928576bc88
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,12 @@
# 0.5.4.0
## Refactor
## Bug fixes
## Features
* Show spinner on initial stream load [#6384](https://github.com/diaspora/diaspora/pull/6384)
# 0.5.3.0
## Refactor

View file

@ -13,6 +13,7 @@ app.views.InfScroll = app.views.Base.extend({
this.postViews = this.postViews || [];
this._resetPostFragments();
this.showLoader();
this.bind("loadMore", this.fetchAndshowLoader, this);
this.stream.bind("fetched", this.finishedLoading, this);
this.stream.bind("allItemsLoaded", this.unbindInfScroll, this);