Add loading indicator on tag pages, remove the second one from the profile page
This commit is contained in:
parent
6948462f66
commit
a8ade65e1a
3 changed files with 3 additions and 2 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
* Unify hide and ignore [#3828](https://github.com/diaspora/diaspora/issues/3828)
|
* Unify hide and ignore [#3828](https://github.com/diaspora/diaspora/issues/3828)
|
||||||
* 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
|
||||||
|
* 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