From 2d412d4e7f3dd71cc9c2f95ec8aca5284c923077 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 3 Nov 2023 20:39:30 +0530 Subject: [PATCH] chore: created lead/deal/contact listview component --- .../components/ListViews/ContactsListView.vue | 23 +++++ .../components/ListViews/DealsListView.vue | 79 +++++++++++++++++ .../components/ListViews/LeadsListView.vue | 88 +++++++++++++++++++ frontend/src/pages/Deals.vue | 66 +------------- frontend/src/pages/Leads.vue | 75 +--------------- 5 files changed, 198 insertions(+), 133 deletions(-) create mode 100644 frontend/src/components/ListViews/ContactsListView.vue create mode 100644 frontend/src/components/ListViews/DealsListView.vue create mode 100644 frontend/src/components/ListViews/LeadsListView.vue diff --git a/frontend/src/components/ListViews/ContactsListView.vue b/frontend/src/components/ListViews/ContactsListView.vue new file mode 100644 index 00000000..782fb295 --- /dev/null +++ b/frontend/src/components/ListViews/ContactsListView.vue @@ -0,0 +1,23 @@ + + diff --git a/frontend/src/components/ListViews/DealsListView.vue b/frontend/src/components/ListViews/DealsListView.vue new file mode 100644 index 00000000..aa53fbc4 --- /dev/null +++ b/frontend/src/components/ListViews/DealsListView.vue @@ -0,0 +1,79 @@ + + + diff --git a/frontend/src/components/ListViews/LeadsListView.vue b/frontend/src/components/ListViews/LeadsListView.vue new file mode 100644 index 00000000..a0b005da --- /dev/null +++ b/frontend/src/components/ListViews/LeadsListView.vue @@ -0,0 +1,88 @@ + + + diff --git a/frontend/src/pages/Deals.vue b/frontend/src/pages/Deals.vue index 7419c512..6359ec2b 100644 --- a/frontend/src/pages/Deals.vue +++ b/frontend/src/pages/Deals.vue @@ -33,58 +33,7 @@