From 3b1cd968b01c17a0aaa879f5dc4b7ab42a78db5c Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 20 Jun 2024 16:31:02 +0530 Subject: [PATCH] fix: added kanban view in views dropdown --- frontend/src/components/Icons/KanbanIcon.vue | 18 ++++++++++++++++++ frontend/src/components/ViewControls.vue | 15 +++++++++++++++ frontend/src/pages/Deals.vue | 2 +- frontend/src/pages/Leads.vue | 2 +- frontend/src/pages/Tasks.vue | 3 +++ 5 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 frontend/src/components/Icons/KanbanIcon.vue diff --git a/frontend/src/components/Icons/KanbanIcon.vue b/frontend/src/components/Icons/KanbanIcon.vue new file mode 100644 index 00000000..bb12b401 --- /dev/null +++ b/frontend/src/components/Icons/KanbanIcon.vue @@ -0,0 +1,18 @@ + diff --git a/frontend/src/components/ViewControls.vue b/frontend/src/components/ViewControls.vue index 6c20a93a..6d0a1628 100644 --- a/frontend/src/components/ViewControls.vue +++ b/frontend/src/components/ViewControls.vue @@ -249,6 +249,7 @@