Skip to content

Commit

Permalink
(TO UNDO) désactivation de certaines fonctionnalités pour le MVP de juin
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Jun 19, 2024
1 parent a6ab8e4 commit d30dff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
</gn-ui-navigation-button>
</div>
<div class="flex flex-row mr-6 content-center gap-3">
<gn-ui-favorite-star
<!--<gn-ui-favorite-star
*ngIf="metadata?.uniqueIdentifier"
[record]="metadata"
[displayCount]="false"
class="flex text-background content-center"
[style.color]="foregroundColor"
[style.--star-toggle-enabled-color]="foregroundColor"
[style.--star-toggle-disabled-color]="foregroundColor"
></gn-ui-favorite-star>
></gn-ui-favorite-star>-->
<gn-ui-language-switcher
*ngIf="showLanguageSwitcher"
class="language-switcher text-[13px] mt-0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,15 @@
<div class="container-lg mx-auto h-[1096px] sm:h-96"></div>
</div>
</div>
<div
*ngIf="(metadataViewFacade.isPresent$ | async) === true"
id="userFeedbacks"
class="bg-primary-opacity-10 py-16 mt-[32px]"
>
<!--<div *ngIf="(metadataViewFacade.isPresent$ | async) === true" id="userFeedbacks"
class="bg-primary-opacity-10 py-16 mt-[32px]">
<div class="container-lg px-4 lg:mx-auto">
<datahub-record-user-feedbacks
[organisationName$]="organisationName$"
[metadataUuid]="metadataUuid$ | async"
></datahub-record-user-feedbacks>
</div>
</div>
</div>-->
</div>
<div
class="mt-12 p-4 max-w-[600px] m-auto text-[13px]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
</div>

<ng-template #favoriteToggle let-record>
<gn-ui-favorite-star [record]="record"></gn-ui-favorite-star>
<!--<gn-ui-favorite-star [record]="record"></gn-ui-favorite-star>-->
</ng-template>

0 comments on commit d30dff2

Please sign in to comment.