From 3b8284933186c8cb006898bda4851cc9ed6248c0 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Fri, 31 May 2024 13:44:46 +0200 Subject: [PATCH] [wip] feat(ban): ban participant from RightSidebar Signed-off-by: Maksim Sukharev --- .../RightSidebar/Participants/Participant.vue | 59 +++++++++++++++++++ src/store/participantsStore.js | 15 +++++ 2 files changed, 74 insertions(+) diff --git a/src/components/RightSidebar/Participants/Participant.vue b/src/components/RightSidebar/Participants/Participant.vue index 864e220ad3e..5eb4b1c531b 100644 --- a/src/components/RightSidebar/Participants/Participant.vue +++ b/src/components/RightSidebar/Participants/Participant.vue @@ -288,8 +288,19 @@ + + + {{ t('spreed', 'Ban participant') }} +