From 5f103f5244b689c95f1394300d0d206f3303ec3c Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 21 May 2024 03:22:45 +1200 Subject: [PATCH] add ability to delete calls from history --- public/call.html | 41 ++++++++++++++++++++++++++------------- src/audio_call_manager.py | 6 ++++++ web.py | 19 +++++++++++++++++- 3 files changed, 51 insertions(+), 15 deletions(-) diff --git a/public/call.html b/public/call.html index 2c655de..f3d5ea7 100644 --- a/public/call.html +++ b/public/call.html @@ -203,7 +203,7 @@
Call History
-
+
@@ -218,19 +218,12 @@
Destination: {{ audioCall.remote_destination_hash || "Unknown" }}
Call Hash: {{ audioCall.hash }}
-
+