Disable this until I can find a way to keep them in sync

This commit is contained in:
Amelia 2025-04-26 09:51:09 +02:00
parent 8ccc2b5801
commit 4f3cb6a407
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA

View file

@ -9,8 +9,9 @@
<div class="modal-body"> <div class="modal-body">
<form [formGroup]="reviewGroup"> <form [formGroup]="reviewGroup">
<ngx-stars [initialStars]="review.rating" (ratingOutput)="updateRating($event)" [size]="2" <!--Not in sync with one at the top of the detail page, bad UX for now -->
[maxStars]="5" [color]="starColor"></ngx-stars> <!--<ngx-stars [initialStars]="review.rating" (ratingOutput)="updateRating($event)" [size]="2"
[maxStars]="5" [color]="starColor"></ngx-stars>-->
<div class="row g-0 mt-2"> <div class="row g-0 mt-2">
<label for="review" class="form-label">{{t('review-label')}}</label> <label for="review" class="form-label">{{t('review-label')}}</label>