dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit 42751f84d4 - Show all commits

View File

@@ -1,9 +1,4 @@
<style>
.header-box {
display: flex;
justify-content: end;
}
.date-picker-overlay {
width: 500px;
transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1);
@@ -27,18 +22,16 @@
}
</style>
<div class="header-box">
<button
<button
mat-button
matTooltip="Date Picker"
(click)="isOpen = !isOpen"
cdkOverlayOrigin
#trigger="cdkOverlayOrigin"
[attr.disabled]="isDisabled ? 'disabled' : null"
>
>
{{ datePickerControl.value?.display }}
</button>
</div>
</button>
<ng-template
cdkConnectedOverlay