From dd35b615d599fe722f86127d13cbeabd096ed162 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 30 Aug 2023 15:14:58 +0530 Subject: [PATCH] fix: better call logs list --- frontend/src/components/ListRowItem.vue | 16 +++------ frontend/src/components/ListView.vue | 21 +++++++++-- frontend/src/pages/CallLogs.vue | 46 +++++++++++-------------- frontend/src/utils.js | 13 +++++++ 4 files changed, 58 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/ListRowItem.vue b/frontend/src/components/ListRowItem.vue index 553101ad..a2b23dbf 100644 --- a/frontend/src/components/ListRowItem.vue +++ b/frontend/src/components/ListRowItem.vue @@ -1,13 +1,14 @@