Add offline cachine for file group elements and contents (not files, though)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-21 23:12:57 -05:00
parent 02d8505b05
commit 294b312641
9 changed files with 265 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
<div class="database-wrapper">
<div class="database-wrapper" *ngIf="!notAvailableOffline">
<ion-toolbar>
<ion-input
[readonly]="readonly"
@@ -25,3 +25,7 @@
></ag-grid-angular>
</div>
</div>
<div class="database-wrapper not-available" *ngIf="notAvailableOffline">
Sorry, this database is not available offline yet.
</div>