diff --git a/frontend/package.json b/frontend/package.json index cb312314..3d78bffa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,18 +9,20 @@ "serve": "vite preview" }, "dependencies": { - "feather-icons": "^4.28.0", - "frappe-ui": "^0.1.0-alpha.11", - "vue": "^3.3.4", - "vue-router": "^4.2.2", - "pinia": "^2.0.33" - }, - "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "@vueuse/core": "^10.3.0", - "autoprefixer": "^10.4.2", + "@vueuse/integrations": "^10.3.0", + "autoprefixer": "^10.4.14", + "feather-icons": "^4.28.0", + "frappe-ui": "^0.1.0-alpha.11", + "pinia": "^2.0.33", "postcss": "^8.4.5", - "tailwindcss": "^3.3.1", - "vite": "^4.3.9" + "tailwindcss": "^3.3.3", + "vite": "^4.4.9" + }, + "peerDependencies": { + "vue": "^3.3.4", + "vue-router": "^4.2.2", + "sortablejs": "^1.15.0" } } diff --git a/frontend/src/components/Icons/DragIcon.vue b/frontend/src/components/Icons/DragIcon.vue new file mode 100644 index 00000000..f47b2735 --- /dev/null +++ b/frontend/src/components/Icons/DragIcon.vue @@ -0,0 +1,16 @@ + diff --git a/frontend/src/components/SortBy.vue b/frontend/src/components/SortBy.vue new file mode 100644 index 00000000..7cd58809 --- /dev/null +++ b/frontend/src/components/SortBy.vue @@ -0,0 +1,163 @@ + + + diff --git a/frontend/src/pages/Leads.vue b/frontend/src/pages/Leads.vue index e64f00b4..149cb376 100644 --- a/frontend/src/pages/Leads.vue +++ b/frontend/src/pages/Leads.vue @@ -25,9 +25,7 @@