1. 이전대화 검색 > 나올때 까지 검색하도록 수정.

2. 여기까지 읽음 > 삭제되지 않도록 수정.
3. 환경설정 > 테마 > LG red >> red 로 수정.
This commit is contained in:
leejinho 2020-01-03 13:25:00 +09:00
parent cd99df47ff
commit 9b7f2f60f1
3 changed files with 18 additions and 18 deletions

View File

@ -587,10 +587,10 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
this.snackBarPreviewEvent.dismiss(); this.snackBarPreviewEvent.dismiss();
} }
// clear readHere object.. // // clear readHere object.. 정책상 클리어 하지 않도록 함.
if (!this.firstcheckReadHere) { // if (!this.firstcheckReadHere) {
this.clearReadHere = true; // this.clearReadHere = true;
} // }
} }
/** More Event */ /** More Event */

View File

@ -343,20 +343,20 @@ export class Effects {
infoList.length === action.req.requestCount && infoList.length === action.req.requestCount &&
processing processing
) { ) {
// // 재귀 // 재귀
// this.store.dispatch( this.store.dispatch(
// infoForSearch({ infoForSearch({
// req: { req: {
// roomSeq: req.roomSeq, roomSeq: req.roomSeq,
// baseSeq: infoList[0].seq, baseSeq: infoList[0].seq,
// requestCount: req.requestCount requestCount: req.requestCount
// }, },
// searchText: action.searchText searchText: action.searchText
// }) })
// ); );
// 재귀하지 않는다. // // 재귀하지 않는다.
this.store.dispatch(infoForSearchEnd({})); // this.store.dispatch(infoForSearchEnd({}));
} else { } else {
if (infoList.length < action.req.requestCount) { if (infoList.length < action.req.requestCount) {
this.store.dispatch(infoForSearchEnd({})); this.store.dispatch(infoForSearchEnd({}));

View File

@ -29,7 +29,7 @@
<mat-tab> <mat-tab>
<ng-template mat-tab-label class="theme-item"> <ng-template mat-tab-label class="theme-item">
<div class="theme-box lg-red-theme"></div> <div class="theme-box lg-red-theme"></div>
<div class="theme-name">LG Red</div> <div class="theme-name">Red</div>
</ng-template> </ng-template>
</mat-tab> </mat-tab>
</mat-tab-group> </mat-tab-group>