dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit a64e851c33 - Show all commits

View File

@@ -1,7 +1,7 @@
<!---->
<div cdkDrag
[ngClass]="{'hidden': !imageUrl || showStats}"
[ngClass]="{'hidden': !imageUrl || showStats || dataSeries().length == 0}"
class="plot-view--legend"
[cdkDragFreeDragPosition]="legendInitialPosition">
<div cdkDragHandle></div>

View File

@@ -36,6 +36,9 @@ img {
0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
background-color: white;
max-height: 30em;
overflow: auto;
max-width: 60em;
}
.plot-view--legend:active {
@@ -46,6 +49,7 @@ img {
.plot-view--legend div[cdkDragHandle] {
visibility: hidden;
height: 1.2rem;
flex-shrink: 0;
}
.plot-view--legend:hover div[cdkDragHandle] {