From 7f0752c04e940452c7c4e5e1be7b2a8f4c2ffe65 Mon Sep 17 00:00:00 2001 From: malyusgun Date: Fri, 30 Aug 2024 13:00:38 +0500 Subject: [PATCH 1/3] remove env from index and change style from '-[]' to 'styles=""' --- .env | 3 - .gitignore | 1 + .idea/motion.iml | 3 + package.json | 6 +- src/modules/BaseSidebarMenu.vue | 2 +- src/modules/PageBackgroundMenu.vue | 3 +- src/modules/entities/ImageItem.vue | 9 +-- src/output.css | 111 +++++++++++++++++++++++------ src/shared/BaseDivider.vue | 2 +- yarn.lock | 108 ++++++++++++++-------------- 10 files changed, 161 insertions(+), 87 deletions(-) diff --git a/.env b/.env index 344bfda..e69de29 100644 --- a/.env +++ b/.env @@ -1,3 +0,0 @@ -VITE_SUPABASE_URL=https://wrwwvdgppriodcdoyohp.supabase.co -VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Indyd3d2ZGdwcHJpb2RjZG95b2hwIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjM3OTc1NzQsImV4cCI6MjAzOTM3MzU3NH0.ttfp3RHEgJIwF8fC-iUx2BmfxB_T-NqNeQCxycMqCDs -VITE_SUPABASE_ACCESS_TOKEN=sbp_cc9798115cb71d087e9b6774a35ba5c6ab866c9f \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8ee54e8..9d78a2b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ dist dist-ssr coverage *.local +.env /cypress/videos/ /cypress/screenshots/ diff --git a/.idea/motion.iml b/.idea/motion.iml index 24643cc..5a22b58 100644 --- a/.idea/motion.iml +++ b/.idea/motion.iml @@ -5,6 +5,9 @@ + + + diff --git a/package.json b/package.json index 7247e11..f799f2e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "pinia": "^2.1.7", "primeicons": "^7.0.0", "primevue": "^4.0.4", - "tailwindcss": "^3.4.7", "universal-cookie": "^7", "uuid": "^10.0.0", "vue": "^3.4.29", @@ -31,11 +30,11 @@ "@rushstack/eslint-patch": "^1.8.0", "@tsconfig/node20": "^20.1.4", "@types/node": "^20.14.5", - "@vue/cli-plugin-eslint": "~5.0.0", - "@vue/cli-service": "~5.0.0", "@types/uuid": "^10.0.0", "@vitejs/plugin-vue": "^5.0.5", + "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", + "@vue/cli-service": "~5.0.0", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.5.1", @@ -45,6 +44,7 @@ "npm-run-all2": "^6.2.0", "prettier": "^3.2.5", "sass": "^1.77.8", + "tailwindcss": "^3.4.10", "typescript": "~5.4.0", "unplugin-auto-import": "^0.18.2", "unplugin-vue-components": "^0.27.3", diff --git a/src/modules/BaseSidebarMenu.vue b/src/modules/BaseSidebarMenu.vue index 7d5734f..3d1eb40 100644 --- a/src/modules/BaseSidebarMenu.vue +++ b/src/modules/BaseSidebarMenu.vue @@ -48,7 +48,7 @@ onMounted(() => {