chat list
This commit is contained in:
parent
2f52cfe5ef
commit
834494aa73
@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="!isSearch" class="app-layout-chat-left-sidenav-chat-list">
|
<div *ngIf="!isSearch" class="app-layout-chat-left-sidenav-chat-list">
|
||||||
<perfect-scrollbar fxFlex="1 1 auto">
|
<!-- <perfect-scrollbar fxFlex="1 1 auto">
|
||||||
<ucap-room-list-item
|
<ucap-room-list-item
|
||||||
*ngFor="let room of roomList"
|
*ngFor="let room of roomList"
|
||||||
[loginRes]="loginRes"
|
[loginRes]="loginRes"
|
||||||
@ -61,22 +61,19 @@
|
|||||||
(contextmenu)="onContextMenuChat($event, room)"
|
(contextmenu)="onContextMenuChat($event, room)"
|
||||||
>
|
>
|
||||||
</ucap-room-list-item>
|
</ucap-room-list-item>
|
||||||
</perfect-scrollbar>
|
</perfect-scrollbar> -->
|
||||||
<!-- <cdk-virtual-scroll-viewport
|
<cdk-virtual-scroll-viewport itemSize="40" perfectScrollbar fxFlexFill>
|
||||||
itemSize="20"
|
<ucap-room-list-item
|
||||||
class="app-layout-chat-left-sidenav-chat-list-viewport"
|
*cdkVirtualFor="let room of roomList"
|
||||||
>
|
[loginRes]="loginRes"
|
||||||
<ucap-room-list-item
|
[roomInfo]="room"
|
||||||
*cdkVirtualFor="let room of getRoomList()"
|
[roomUserInfo]="getRoomUserList(room)"
|
||||||
[loginRes]="loginRes"
|
[sessionVerinfo]="sessionVerinfo"
|
||||||
[roomInfo]="room"
|
(click)="onClickContextMenu('SELECT_ROOM', room)"
|
||||||
[roomUserInfo]="getRoomUserList(room)"
|
(contextmenu)="onContextMenuChat($event, room)"
|
||||||
[sessionVerinfo]="sessionVerinfo"
|
>
|
||||||
(click)="onSelectedRoom(room)"
|
</ucap-room-list-item>
|
||||||
(contextmenu)="onContextMenuChat($event, room)"
|
</cdk-virtual-scroll-viewport>
|
||||||
>
|
|
||||||
</ucap-room-list-item>
|
|
||||||
</cdk-virtual-scroll-viewport> -->
|
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="!!isSearch" class="app-layout-chat-left-sidenav-chat-list search">
|
<div *ngIf="!!isSearch" class="app-layout-chat-left-sidenav-chat-list search">
|
||||||
<perfect-scrollbar fxFlex="1 1 auto">
|
<perfect-scrollbar fxFlex="1 1 auto">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user