From ed47d873159c5ea7ff75510df16b3f9967c11991 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 31 May 2024 18:12:26 +0530 Subject: [PATCH] fix: implemented list group view in lead & deal --- frappe-ui | 2 +- .../components/ListViews/DealsListView.vue | 234 ++++++++-------- .../components/ListViews/LeadsListView.vue | 254 +++++++++--------- .../src/components/ListViews/ListRows.vue | 64 +++++ frontend/src/pages/Deals.vue | 31 ++- frontend/src/pages/Leads.vue | 30 ++- 6 files changed, 359 insertions(+), 256 deletions(-) create mode 100644 frontend/src/components/ListViews/ListRows.vue diff --git a/frappe-ui b/frappe-ui index 1394a12b..90c75aff 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit 1394a12b6de105649c8ca5beeead62a38ef1b18e +Subproject commit 90c75affe85b2a1abfce68d61c0c5043f093a8a0 diff --git a/frontend/src/components/ListViews/DealsListView.vue b/frontend/src/components/ListViews/DealsListView.vue index 3fd04a00..31a2d41d 100644 --- a/frontend/src/components/ListViews/DealsListView.vue +++ b/frontend/src/components/ListViews/DealsListView.vue @@ -29,18 +29,74 @@ - - -
- +
+ +
+ + + +