From b3d938fec31c666e3c00ab07941acd658253473b Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 23 Nov 2025 21:36:36 +1300 Subject: [PATCH] migrate main ui calls info to new telephone status --- src/frontend/components/App.vue | 69 +++++++++++++-------------------- 1 file changed, 28 insertions(+), 41 deletions(-) diff --git a/src/frontend/components/App.vue b/src/frontend/components/App.vue index 3e69308..f2aa8ab 100644 --- a/src/frontend/components/App.vue +++ b/src/frontend/components/App.vue @@ -265,25 +265,22 @@ dark:bg-zinc-800 dark:text-white dark:hover:bg-zinc-700 dark:focus-visible:outli
Status
-
- {{ activeInboundAudioCalls.length }} Incoming {{ activeInboundAudioCalls.length === 1 ? 'Call' : 'Calls' }} - {{ activeOutboundAudioCalls.length }} Outgoing {{ activeOutboundAudioCalls.length === 1 ? 'Call' : 'Calls' }} -
+
1 Active Call
Hung up, waiting for call...
-
+
- + - -