Enhance review and ratings functionality with new filters and UI improvements

- Added a default formatter for JavaScript in VSCode settings.
- Updated ReviewModal to submit on Enter key press.
- Improved ratings page layout with new filter dropdowns for users and ratings, and enhanced search functionality.
- Modified ReviewController to fetch unique reviewers and rating counts for better filtering options in the frontend.
This commit is contained in:
fannta1990 2026-02-09 21:49:02 +08:00
parent 41e8906312
commit d2285d952a
4 changed files with 191 additions and 121 deletions

View file

@ -17,6 +17,7 @@
rows="5"
maxlength="5000"
:placeholder="$strings.PlaceholderReviewWrite"
@keydown.enter.prevent="submit"
></textarea>
<p class="text-right text-xs text-gray-400 mt-1">{{ reviewText.length }}/5000</p>
</div>