1
0
Fork 0
mirror of synced 2024-09-21 03:52:23 +12:00

Improved loading and rendering

This commit is contained in:
eldadfux 2019-08-14 00:21:44 +03:00
parent 6b7c6f0950
commit 28f92e3f73
4 changed files with 9 additions and 10 deletions

View file

@ -18,8 +18,8 @@ $graph = $this->getParam('graph', false);
</div>
<div class="zone xxl margin-top-negative-large">
<div class="box margin-bottom dashboard">
<div
<div>
<div class="box margin-bottom dashboard"
data-service="projects.getProjectUsage"
data-event="load"
data-name="usage"
@ -53,7 +53,6 @@ $graph = $this->getParam('graph', false);
<?php endif; ?>
<div>
<div class="row responsive">
<div class="col span-3">
<div class="value"><span class="sum" data-ls-bind="{{usage.documents.total|statsTotal}}" data-default="0">0</span></div>

View file

@ -38,7 +38,7 @@
</a>
</li>
</ul>
<button data-ls-ui-trigger="create-project">Create Project</button>
</div>
<button data-ls-ui-trigger="create-project">Create Project</button>
</section>

File diff suppressed because one or more lines are too long

View file

@ -49,8 +49,8 @@
.load-service-end {
opacity: 1;
transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .5s ease-out;
-moz-transition: opacity .5s ease-out;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
}