Commit 928576bc authored by sjain1107's avatar sjain1107 Committed by Steffen van Bergerem
Browse files

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

closes #6384
parent ca5fa143
Loading
Loading
Loading
Loading
+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
+1 −0
Original line number Diff line number Diff line
@@ -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);