|
|
@ -1,8 +1,8 @@ |
|
|
|
<div |
|
|
|
<div (click)="$event.stopPropagation()"> |
|
|
|
<div |
|
|
|
[style.width]="deviceType === 'mobile' ? '85vw' : '30rem'" |
|
|
|
(click)="$event.stopPropagation();" |
|
|
|
(keydown.tab)="$event.stopPropagation()" |
|
|
|
> |
|
|
|
> |
|
|
|
<div class="align-items-center d-flex search-container"> |
|
|
|
<ion-icon class="ml-2 mr-0" name="search-outline" /> |
|
|
|
<input |
|
|
@ -85,8 +85,8 @@ |
|
|
|
</ng-container> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<form [formGroup]="filterForm"> |
|
|
|
</div> |
|
|
|
<form [formGroup]="filterForm"> |
|
|
|
<div |
|
|
|
*ngIf="!(isLoading || searchFormControl.value) && user?.settings?.isExperimentalFeatures" |
|
|
|
class="filter-container" |
|
|
@ -108,7 +108,6 @@ |
|
|
|
animationDuration="0" |
|
|
|
mat-align-tabs="start" |
|
|
|
[mat-stretch-tabs]="false" |
|
|
|
(click)="$event.stopPropagation();" |
|
|
|
> |
|
|
|
<mat-tab> |
|
|
|
<ng-template mat-tab-label |
|
|
@ -166,4 +165,5 @@ |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|