parent
ca5fa14376
commit
928576bc88
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue