mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Improved loading and rendering
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user