[ISSUE 75] fixed
This commit is contained in:
parent
b4550e21fe
commit
af582b0c8e
|
@ -48,10 +48,13 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="room-info">
|
<div class="room-info">
|
||||||
<div *ngIf="roomInfoSubject.value && roomInfoSubject.value.isTimeRoom" class="room-type text-accent-color ">
|
<div
|
||||||
<span class="bg-accent-darkest">{{
|
*ngIf="roomInfoSubject.value && roomInfoSubject.value.isTimeRoom"
|
||||||
getConvertTimer(roomInfoSubject.value.timeRoomInterval)
|
class="room-type text-accent-color "
|
||||||
}} </span>
|
>
|
||||||
|
<span class="bg-accent-darkest"
|
||||||
|
>{{ getConvertTimer(roomInfoSubject.value.timeRoomInterval) }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="room-name">
|
<h3 class="room-name">
|
||||||
<ng-container
|
<ng-container
|
||||||
|
@ -118,20 +121,26 @@
|
||||||
*ngIf="roomInfoSubject.value.receiveAlarm"
|
*ngIf="roomInfoSubject.value.receiveAlarm"
|
||||||
matTooltip="{{ 'chat.notificationIsOn' | translate }}"
|
matTooltip="{{ 'chat.notificationIsOn' | translate }}"
|
||||||
>notifications_active</mat-icon>-->
|
>notifications_active</mat-icon>-->
|
||||||
<mat-icon class="icon-button" *ngIf="roomInfoSubject.value.receiveAlarm"
|
<mat-icon
|
||||||
matTooltip="{{ 'chat.notificationIsOn' | translate }}"><i class="mid mdi-bell-ring-outline"></i></mat-icon>
|
class="icon-button"
|
||||||
|
*ngIf="roomInfoSubject.value.receiveAlarm"
|
||||||
|
matTooltip="{{ 'chat.notificationIsOn' | translate }}"
|
||||||
|
><i class="mid mdi-bell-ring-outline"></i
|
||||||
|
></mat-icon>
|
||||||
|
|
||||||
<mat-icon
|
<mat-icon
|
||||||
class="icon-button"
|
class="icon-button"
|
||||||
*ngIf="!roomInfoSubject.value.receiveAlarm"
|
*ngIf="!roomInfoSubject.value.receiveAlarm"
|
||||||
matTooltip="{{ 'chat.notificationIsOff' | translate }}"
|
matTooltip="{{ 'chat.notificationIsOff' | translate }}"
|
||||||
><i class="mid mdi-bell-off-outline"></i></mat-icon>
|
><i class="mid mdi-bell-off-outline"></i
|
||||||
|
></mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
#chatMenuTrigger="matMenuTrigger"
|
#chatMenuTrigger="matMenuTrigger"
|
||||||
[matMenuTriggerFor]="contactMenu"
|
[matMenuTriggerFor]="contactMenu"
|
||||||
|
[matMenuTriggerRestoreFocus]="false"
|
||||||
aria-label="more"
|
aria-label="more"
|
||||||
>
|
>
|
||||||
<mat-icon>more_vert</mat-icon>
|
<mat-icon>more_vert</mat-icon>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user