From 142a583255154a2488f9c89dfbde38897fbaf549 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 1 Sep 2023 11:42:50 +0530 Subject: [PATCH] fix: added icon for email/phone and formatted number to currency value in list view --- frontend/src/components/ListRowItem.vue | 11 ++++++++++- frontend/src/components/ListView.vue | 6 ++++++ frontend/src/pages/Deals.vue | 4 ++-- frontend/src/pages/Leads.vue | 8 ++++---- frontend/src/utils.js | 11 +++++++++++ 5 files changed, 33 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/ListRowItem.vue b/frontend/src/components/ListRowItem.vue index f8bb3872..6a430e0a 100644 --- a/frontend/src/components/ListRowItem.vue +++ b/frontend/src/components/ListRowItem.vue @@ -13,7 +13,13 @@ diff --git a/frontend/src/components/ListView.vue b/frontend/src/components/ListView.vue index 9896510a..54288ab1 100644 --- a/frontend/src/components/ListView.vue +++ b/frontend/src/components/ListView.vue @@ -75,6 +75,12 @@ class="h-3 w-3" /> +
+ +
+
+ +