Merge pull request #4217 from svbergerem/4041-loading-indicator
Add loading indicator on tag pages, remove second one from profile page Conflicts: Changelog.md
This commit is contained in:
commit
ed36786edc
3 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
* Remove alpha branding [#4196](https://github.com/diaspora/diaspora/issues/4196)
|
* Remove alpha branding [#4196](https://github.com/diaspora/diaspora/issues/4196)
|
||||||
* Fix dynamic loading of asset_sync
|
* Fix dynamic loading of asset_sync
|
||||||
* Fix login for short passwords [#4123](https://github.com/diaspora/diaspora/issues/4123)
|
* Fix login for short passwords [#4123](https://github.com/diaspora/diaspora/issues/4123)
|
||||||
|
* Add loading indicator on tag pages, remove the second one from the profile page [#4041](https://github.com/diaspora/diaspora/issues/4041)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@
|
||||||
= t('.ignoring', :name => @person.first_name)
|
= t('.ignoring', :name => @person.first_name)
|
||||||
|
|
||||||
#paginate
|
#paginate
|
||||||
%span.loader.hidden
|
|
||||||
|
|
||||||
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
|
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
|
||||||
⇧
|
⇧
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@
|
||||||
#main_stream.stream
|
#main_stream.stream
|
||||||
|
|
||||||
#paginate
|
#paginate
|
||||||
|
%span.loader.hidden
|
||||||
|
|
||||||
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
|
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
|
||||||
⇧
|
⇧
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue