Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into release/softlaunch

This commit is contained in:
tiago.kayaya
2022-02-25 16:08:20 +01:00
80 changed files with 1604 additions and 64 deletions
@@ -88,7 +88,7 @@
</div>
<div *ngIf="msg.file.type != 'application/img'">
<div class="file">
<div (click)="viewDocument(msg, file.title_link)" class="file-details add-ellipsis cursor-pointer"
<div (click)="viewDocument(msg)" class="file-details add-ellipsis cursor-pointer"
*ngIf="msg.file">
<span *ngIf="msg.file.type">
<fa-icon *ngIf="msg.file.type == 'application/pdf'" icon="file-pdf" class="pdf-icon"></fa-icon>