Skip to content

Commit

Permalink
[Gepardec/mega#749] adapt loading animation
Browse files Browse the repository at this point in the history
  • Loading branch information
gattrCh committed Jun 3, 2024
1 parent 870fdfc commit f970e33
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@

<mat-card-content [class.no-warnings]="!billInfo?.hasAttachmentWarnings && billInfo?.sumBills === 0" >
<ng-container *ngIf="!billInfo">
<ngx-skeleton-loader [theme]="{ width: '250px', 'margin-top': '20px' }" appearance="line"></ngx-skeleton-loader>
<ngx-skeleton-loader [theme]="{ height: '46px' }"
appearance="line"></ngx-skeleton-loader>
<ngx-skeleton-loader [theme]="{ height: '46px' }"
appearance="line"></ngx-skeleton-loader>
</ng-container>


<ng-container *ngIf="!billInfo?.employeeHasCreditCard && billInfo?.sumBills === 0">
<app-state-indicator [state]="State.DONE" size="large"></app-state-indicator>
<p>{{ 'monthly-report.bills.noBillsForThisMonthAvailable' | translate }}</p>
Expand Down

0 comments on commit f970e33

Please # to comment.