Feature/improve performance labels in position detail dialog (#3363)

* Improve performance labels (with and without currency effects)

* Update changelog
This commit is contained in:
Thomas Kaul
2024-05-04 07:49:37 +02:00
committed by GitHub
parent 77beaaba08
commit 42b70ef568
14 changed files with 927 additions and 726 deletions

View File

@@ -73,13 +73,13 @@
/>
<ng-container>
<div *ngIf="size === 'large'">
<div *ngIf="size === 'large'" class="text-truncate">
<span class="h6"
><ng-container *ngTemplateOutlet="label"></ng-container
></span>
<span *ngIf="subLabel" class="text-muted"> {{ subLabel }}</span>
</div>
<small *ngIf="size !== 'large'">
<small *ngIf="size !== 'large'" class="d-block text-truncate">
<ng-container *ngTemplateOutlet="label"></ng-container>
</small>
</ng-container>