From dc53da678e96089ab9d6c28b1701a3e240bff00b Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 24 Nov 2025 15:57:54 +1300 Subject: [PATCH] new ui for active call --- .../components/telephone/TelephonePage.vue | 74 ++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/src/frontend/components/telephone/TelephonePage.vue b/src/frontend/components/telephone/TelephonePage.vue index a38d1c3..9ca3286 100644 --- a/src/frontend/components/telephone/TelephonePage.vue +++ b/src/frontend/components/telephone/TelephonePage.vue @@ -2,7 +2,77 @@
-
+
+
+ +
+
+ + +
+
+ +
+
+ + +
+ {{ activeCall.remote_identity_name }} + Unknown +
+ + +
+ {{ Utils.formatDestinationHash(activeCall.remote_identity_hash) }} +
+ +
+ + +
+ Incoming Call + + Busy... + Rejected... + Calling... + Available... + Ringing... + Connecting... + Connected + Status: {{ activeCall.status }} + +
+ + +
+ + + + + + + +
+ +
+ +
+
+ +
@@ -118,9 +188,11 @@