Skip to content

Commit

Permalink
new version added to cios changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-K-P committed Jul 25, 2024
1 parent d81cc28 commit 2105607
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
</div>
</ng-container>

<ng-container *ngIf="!skeletonLoader && content?.searchTags">
<!-- <ng-container *ngIf="!skeletonLoader && content?.searchTags">
<div class="flex flex-col" *ngIf="content?.searchTags.length">
<div class="mat-subheading-1">{{ 'userProfile.tags' | translate }}</div>
<ng-container *ngIf="content?.searchTags.length">
Expand All @@ -358,7 +358,7 @@
{{ 'userProfile.noTags' | translate }}
</div>
</div>
</ng-container>
</ng-container> -->

<div class="mobile-karma-points">
<ws-widget-karma-points [btnCategory]="" [condition]="condition" (clickClaimKarmaPoints)="handleClickOfClaim($event)" [data]="kparray">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@project-sunbird/sb-styles": "0.0.7",
"@project-sunbird/sunbird-quml-player": "0.0.6",
"@project-sunbird/telemetry-sdk": "0.0.26",
"@sunbird-cb/consumption": "0.0.64",
"@sunbird-cb/consumption": "0.0.65",
"@sunbird-cb/design-system": "0.0.2",
"@sunbird-cb/discussions-ui-v8": "2.1.3",
"@sunbird-cb/micro-surveys": "^2.0.17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
</ng-container>

<ng-container *ngIf="!skeletonLoader">
<div class="flex flex-row gap-2">
<!-- <div class="flex flex-row gap-2">
<div class="flex flex-row tag-div rounded-2xl gap-1 items-center p-2">
<mat-icon class="ws-mat-orange-text">video_library</mat-icon>
<!-- <ng-container *ngIf="content?.courseCategory">
<div class="text-xs font-bold text-white leading-3">{{ translateLabel(content?.courseCategory, 'searchfilters') }}</div>
</ng-container> -->
</ng-container>
<ng-container *ngIf="extContentReadData?.topic">
<div class="text-xs font-bold text-white leading-3">{{ 'External Course' }}</div>
</ng-container>
</div>
</div>
</div> -->
</ng-container>

<!-- <div class="flex items-center text-white mob-share" *ngIf="canShare">
Expand Down Expand Up @@ -154,14 +154,14 @@
<div class="flex flex-col image-div" [ngStyle]="{
'background-image': 'url(' + extContentReadData?.appIcon + ')', 'background-repeat': 'no-repeat', 'background-size': 'cover'}" [ngClass]="{'image-backdrop': scrolled}">
<div class="flex flex-col justify-between text-container">
<div class="flex items-center gap-4 justify-between" [ngClass]="{'justify-between': scrolled, 'justify-end': !scrolled}">
<!-- <div class="flex items-center gap-4 justify-between" [ngClass]="{'justify-between': scrolled, 'justify-end': !scrolled}">
<div class="flex flex-row tag-div rounded-2xl gap-1 items-center p-2" *ngIf="scrolled">
<mat-icon class="ws-mat-orange-text">video_library</mat-icon>
<ng-container *ngIf="!extContentReadData?.courseCategory">
<div class="text-xs font-bold text-white leading-3">{{ 'External Course' }}</div>
</ng-container>
</div>
</div>
</div> -->
<div class="flex flex-col gap-1" *ngIf="scrolled">
<div class="text-xl leading-6 text-white font-bold">{{ handleCapitalize(extContentReadData?.name) }}
</div>
Expand Down

0 comments on commit 2105607

Please sign in to comment.