(web): dashboard enhancements

This commit is contained in:
Marcel Arndt
2025-06-05 15:24:05 +02:00
parent d8a2930247
commit 44f627499a
123 changed files with 8890 additions and 2052 deletions
@@ -10,18 +10,19 @@
>
<dks-accounting-item
*cdkVirtualFor="let tour of tours; trackBy: trackByFn"
class="mat-elevation-z4 animate-fadeIn"
class="animate-fadeIn"
style="box-shadow: var(--mat-sys-level2);"
[accountingState]="accountingState"
[tour]="tour"
(click)="openTourView(tour)"
>
</dks-accounting-item>
</cdk-virtual-scroll-viewport>
<ng-container *ngIf="accountingStateMeta$ | async as accountingStateMeta">
<!-- <ng-container *ngIf="accountingStateMeta$ | async as accountingStateMeta">
<dks-accounting-lane-footer
[tourStateMeta]="accountingStateMeta"
[withTourCount]="true"
[withRevenueSum]="accountingState !== AccountingState.Billed"
></dks-accounting-lane-footer>
</ng-container>
</ng-container> -->
</ng-container>