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> <style>
.header-box {
display: flex;
justify-content: end;
}
.date-picker-overlay { .date-picker-overlay {
width: 500px; width: 500px;
transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1); transition: box-shadow 200ms cubic-bezier(0, 0, 0.2, 1);
@@ -27,7 +22,6 @@
} }
</style> </style>
<div class="header-box">
<button <button
mat-button mat-button
matTooltip="Date Picker" matTooltip="Date Picker"
@@ -38,7 +32,6 @@
> >
{{ datePickerControl.value?.display }} {{ datePickerControl.value?.display }}
</button> </button>
</div>
<ng-template <ng-template
cdkConnectedOverlay cdkConnectedOverlay