limited ratings so that only one per user and restyled the comment frame for a user

This commit is contained in:
zipben 2025-06-04 14:38:51 +00:00
parent c5ddede56e
commit 111742cf99
3 changed files with 58 additions and 33 deletions

View file

@ -1105,17 +1105,17 @@
"ToastUserPasswordMustChange": "New password cannot match old password",
"ToastUserRootRequireName": "Must enter a root username",
"LabelComments": "Comments",
"PlaceholderAddComment": "Add a comment... (Ctrl+Enter to post)",
"PlaceholderAddComment": "Add a rating... (Ctrl+Enter to post)",
"ButtonPost": "Post",
"MessageNoComments": "No comments yet. Be the first to comment!",
"MessageCommentAdded": "Comment added successfully",
"MessageCommentUpdated": "Comment updated successfully",
"MessageCommentDeleted": "Comment deleted successfully",
"ErrorLoadingComments": "Error loading comments",
"ErrorAddingComment": "Error adding comment",
"ErrorUpdatingComment": "Error updating comment",
"ErrorDeletingComment": "Error deleting comment",
"ConfirmDeleteComment": "Are you sure you want to delete this comment?",
"MessageNoComments": "No rating yet. Be the first to rate!",
"MessageCommentAdded": "Rating added successfully",
"MessageCommentUpdated": "Rating updated successfully",
"MessageCommentDeleted": "Rating deleted successfully",
"ErrorLoadingComments": "Error loading ratings",
"ErrorAddingComment": "Error adding ratings",
"ErrorUpdatingComment": "Error updating ratings",
"ErrorDeletingComment": "Error deleting ratings",
"ConfirmDeleteComment": "Are you sure you want to delete this rating?",
"LabelRating": "Rating",
"LabelStarRating": "{0} stars",
"LabelNoRating": "No rating",