Loading Changelog.md +9 −0 Original line number Diff line number Diff line # 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 Loading app/assets/javascripts/app/views/infinite_stream_view.js +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
Changelog.md +9 −0 Original line number Diff line number Diff line # 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 Loading
app/assets/javascripts/app/views/infinite_stream_view.js +1 −0 Original line number Diff line number Diff line Loading @@ -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