feat: allow users to delete their own comments on videos
All checks were successful
Build and Push Backend Image / build (push) Successful in 16s
Build and Push Frontend Image / build (push) Successful in 4m7s

Shows a delete button on each comment for the comment author and admins.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:19:50 +01:00
parent 9ba848372a
commit dfe49b5882
2 changed files with 20 additions and 14 deletions

View File

@@ -303,6 +303,8 @@ export default {
show: "Show",
add_comment_placeholder: "Add a comment...",
toast_comment: "Your comment has been sent",
comment_deleted: "Comment deleted",
comment_delete_error: "Failed to delete comment",
comment: "Comment",
commenting: "Commenting...",
error: "Heads Up!",