From e94ae4350d893bd472a65f70480f6d355757cbef Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Mon, 27 Apr 2026 15:23:48 +0200 Subject: [PATCH] feat(RandomChatDialog): enhance chat reporting functionality - Added logic to enable the reporting button based on chat state and message presence. - Introduced a computed property to determine if the chat can be reported. - Updated the reporting method to accommodate the last partner in case the current partner is unavailable. - Improved handling of partner details in the reporting payload for better accuracy. --- .../src/dialogues/chat/RandomChatDialog.vue | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/frontend/src/dialogues/chat/RandomChatDialog.vue b/frontend/src/dialogues/chat/RandomChatDialog.vue index 248ae15..422bf13 100644 --- a/frontend/src/dialogues/chat/RandomChatDialog.vue +++ b/frontend/src/dialogues/chat/RandomChatDialog.vue @@ -33,9 +33,9 @@