From 7bd6a19a05219a05990608437dcde8a4262f9f84 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 20 May 2024 22:01:06 +0530 Subject: [PATCH] refactor: moved all list actions related code in one component --- frontend/src/components/ListBulkActions.vue | 188 ++++++++++++++++++ .../components/ListViews/LeadsListView.vue | 175 +--------------- 2 files changed, 194 insertions(+), 169 deletions(-) create mode 100644 frontend/src/components/ListBulkActions.vue diff --git a/frontend/src/components/ListBulkActions.vue b/frontend/src/components/ListBulkActions.vue new file mode 100644 index 00000000..db07b4ba --- /dev/null +++ b/frontend/src/components/ListBulkActions.vue @@ -0,0 +1,188 @@ + + + diff --git a/frontend/src/components/ListViews/LeadsListView.vue b/frontend/src/components/ListViews/LeadsListView.vue index 303ecd9e..1855e85e 100644 --- a/frontend/src/components/ListViews/LeadsListView.vue +++ b/frontend/src/components/ListViews/LeadsListView.vue @@ -123,7 +123,7 @@ @@ -139,28 +139,14 @@ }" @loadMore="emit('loadMore')" /> - - +