From dfd04152e53f4c8bba5ab729e9f9ccb7a71f872d Mon Sep 17 00:00:00 2001 From: Aswanth Vc <69764494+aswanthabam@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:05:18 +0530 Subject: [PATCH 1/2] Dev server (#1673) * Update package.json * Update package.json * Update MonthdayPicker.module.css * Update vercel.yaml --------- Co-authored-by: M Viraj Prabhu Co-authored-by: Jenin Joseph Co-authored-by: Nash N Sulthan <13645533+nashnsulthan@users.noreply.github.com> --- .github/workflows/vercel.yaml | 34 +++++++++---------- package.json | 2 +- .../MonthdayPicker/MonthdayPicker.module.css | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/vercel.yaml b/.github/workflows/vercel.yaml index 65d0b799c..fa46c1fa3 100644 --- a/.github/workflows/vercel.yaml +++ b/.github/workflows/vercel.yaml @@ -1,23 +1,23 @@ -name: Deploy to Vercel +# name: Deploy to Vercel -on: - push: - branches: - - dev-server +# on: +# push: +# branches: +# - dev-server -jobs: - build: - runs-on: ubuntu-latest +# jobs: +# build: +# runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 +# steps: +# - name: Checkout code +# uses: actions/checkout@v2 - - name: Install dependencies - run: npm install +# - name: Install dependencies +# run: npm install - - name: Build - run: npm run build +# - name: Build +# run: npm run build - - name: Deploy to Vercel - run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod +# - name: Deploy to Vercel +# run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod diff --git a/package.json b/package.json index f7a66458e..bc980676d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mulearnfrontend", "private": true, - "version": "0.0.5", + "version": "0.0.6", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css b/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css index 505a95887..8505bbcb3 100644 --- a/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css +++ b/src/modules/Dashboard/modules/LearningCircleV2/components/MonthdayPicker/MonthdayPicker.module.css @@ -59,7 +59,7 @@ .InputSchedule { width: 100%; .weeks { - grid-template-columns: auto auto auto auto auto; + grid-template-columns: auto auto auto auto; .box { width: 40px; height: 40px; From f703a47489a236201c93a76d8eefeae3685a12e5 Mon Sep 17 00:00:00 2001 From: Aswanth Vc <69764494+aswanthabam@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:07:14 +0530 Subject: [PATCH 2/2] refactor: commit cleanup --- .env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 89a12e8c7..e3352be51 100644 --- a/.env.sample +++ b/.env.sample @@ -1,5 +1,5 @@ VITE_BACKEND_URL= VITE_FRONTEND_URL= VITE_DISCORD_INVITE_URL= -VITE_RAZORPAY_KEY_ID= -VITE_DISCORD_AUTH_URL= \ No newline at end of file +VITE_RAZORPAY_KEY_ID= +VITE_DISCORD_AUTH_URL=