diff --git a/frappe-ui b/frappe-ui new file mode 160000 index 00000000..1c97498f --- /dev/null +++ b/frappe-ui @@ -0,0 +1 @@ +Subproject commit 1c97498fb2bf4b64c82a96dac0fdb61ae77e59dc diff --git a/frontend/package.json b/frontend/package.json index 28cde2c1..07ace89c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,16 +5,14 @@ "scripts": { "dev": "vite", "serve": "vite preview", - "build": "yarn build-app && yarn build-email-css", - "build-app": "vite build --base=/assets/mail/frontend/ && yarn copy-html-entry", - "copy-html-entry": "cp ../mail/public/frontend/index.html ../mail/www/mail.html", - "build-email-css": "npx tailwindcss -i ../mail/public/email/style.css -o ../mail/public/css/email.css --config ../mail/public/email/tailwind.config.js" + "build": "vite build --base=/assets/mail/frontend/ && yarn copy-html-entry", + "copy-html-entry": "cp ../mail/public/frontend/index.html ../mail/www/mail.html" }, "dependencies": { "@vueuse/core": "^10.4.1", "dayjs": "^1.11.11", "feather-icons": "^4.28.0", - "frappe-ui": "^0.1.60", + "frappe-ui": "^0.1.108", "gemoji": "^8.1.0", "lucide-vue-next": "^0.383.0", "markdown-it": "^14.1.0", @@ -27,6 +25,6 @@ "autoprefixer": "^10.4.2", "postcss": "^8.4.5", "tailwindcss": "^3.0.15", - "vite": "^6.0.11" + "vite": "^5" } } diff --git a/frontend/src/components/AppSidebar.vue b/frontend/src/components/AppSidebar.vue index 8ed7c5ef..3399ca79 100644 --- a/frontend/src/components/AppSidebar.vue +++ b/frontend/src/components/AppSidebar.vue @@ -1,6 +1,6 @@