From a766ebf6428035667ebcb9f5d305873b3b416c4e Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Sat, 2 May 2026 14:40:06 +0700 Subject: [PATCH] chore(voice): align FE files to incoming-pipeline base (UI changes consolidated to PR #14346) --- .../message/bubbles/VoiceCall.vue | 64 ++++------------- .../dashboard/composables/useCallSession.js | 8 --- app/javascript/dashboard/helper/voice.js | 71 +++---------------- .../i18n/locale/en/conversation.json | 3 +- app/javascript/dashboard/stores/calls.js | 14 ---- 5 files changed, 23 insertions(+), 137 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/VoiceCall.vue b/app/javascript/dashboard/components-next/message/bubbles/VoiceCall.vue index f2383551c..a270882ac 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/VoiceCall.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/VoiceCall.vue @@ -1,7 +1,5 @@