mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 01:42:16 +00:00
Add loading animation to recent changes feed.
This is quite a quick spinner, not sure it really fits with the themeing, but worth experimenting with anyway.
This commit is contained in:
@@ -48,7 +48,12 @@
|
||||
<h4 class="panel-title">Recent Changes</h4>
|
||||
</div>
|
||||
|
||||
<div id="activity" class="list-group"> </div>
|
||||
<div id="activity" class="list-group">
|
||||
<div class="list-group-item loading-animation">
|
||||
<div class="circle"></div>
|
||||
<div class="circle1"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user