diff --git a/Mohem/src/app/authentication/business-card/business-card.component.html b/Mohem/src/app/authentication/business-card/business-card.component.html index 38fd96cb..fd7a5978 100644 --- a/Mohem/src/app/authentication/business-card/business-card.component.html +++ b/Mohem/src/app/authentication/business-card/business-card.component.html @@ -54,7 +54,7 @@
{{filter}}
+diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts index 1da215da..58ff1982 100644 --- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts +++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts @@ -49,6 +49,7 @@ export class WorkListReplacementRollComponent implements OnInit { arr = []; favoriteUserList: any = []; isFilter = true; + isFavoriteLetterActive = false; public slideOptsOne = { slidesPerView: 6, @@ -526,7 +527,7 @@ export class WorkListReplacementRollComponent implements OnInit { this.favLetter.forEach((obj, index) => { if(this.activeSelectedLetter) {} if (index === 0) { - this.selectedLetter(obj); + // this.selectedLetter(obj); this.favIsActive.push(true); } else { this.favIsActive.push(false); @@ -650,6 +651,7 @@ export class WorkListReplacementRollComponent implements OnInit { } selectedLetter(el) { + this.isFavoriteLetterActive = true; this.favLetter.forEach((letter, index) => { if (letter === el) { this.favIsActive[index] = true; diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts index 61942553..4f98cba3 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.ts +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.ts @@ -148,6 +148,7 @@ export class WorklistMainComponent implements OnInit { false ); this.selectedFilter = this.common.sharedService.getSharedData('selectedFilter', false); + console.log(this.selectedFilter); if (this.selEmp) { } else { this.authService.loadAuthenticatedUser().subscribe((user: AuthenticatedUser) => { if (user) { diff --git a/Mohem/src/app/profile/home/home.component.scss b/Mohem/src/app/profile/home/home.component.scss index 1f462eea..8cd0067e 100644 --- a/Mohem/src/app/profile/home/home.component.scss +++ b/Mohem/src/app/profile/home/home.component.scss @@ -1171,12 +1171,16 @@ $actionBtnSize: 36px; // width: 89%; // left: 10px; width: 90%; - left: 0px; + left: 5%; + padding-left: 0px; + margin-left: 0px; } .card-size-info-ar{ width: 90%; - right: 2%; + right: 5%; + padding-right: 0px; + margin-left: 0px; } // .header-label-text-form{ diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html index d90e8f6d..716539d2 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html @@ -37,21 +37,6 @@