From c62e18b44d8fc9c15d1d57cb9d3a2518a788d646 Mon Sep 17 00:00:00 2001 From: Arifulislam5577 Date: Sun, 24 Dec 2023 19:13:21 +0600 Subject: [PATCH 1/2] Issue: Checkbox transition issue fixed. --- app/src/components/CheckBox/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/CheckBox/theme.ts b/app/src/components/CheckBox/theme.ts index d71b45a0..130e0ca3 100644 --- a/app/src/components/CheckBox/theme.ts +++ b/app/src/components/CheckBox/theme.ts @@ -2,7 +2,7 @@ import { keepCheckboxTheme } from '.' export const checkboxTheme: keepCheckboxTheme = { checkboxInput: 'opacity-0 peer absolute cursor-pointer', - base: 'border flex items-center justify-center relative duration-300 transition-all cursor-pointer opacity-100 pointer-events-none', + base: 'border flex items-center justify-center relative cursor-pointer opacity-100 pointer-events-none', disabled: 'cursor-not-allowed opacity-50', enabled: 'cursor-pointer opacity-100', color: { From 84790c592debeb09af404afc20acba16e37ce4dd Mon Sep 17 00:00:00 2001 From: Arifulislam5577 Date: Sun, 24 Dec 2023 20:18:56 +0600 Subject: [PATCH 2/2] Added: Tooltip content changed. --- .github/workflows/preview.yaml | 21 --------------------- .github/workflows/production.yaml | 2 +- app/components/ComponentsList.tsx | 2 +- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/preview.yaml diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml deleted file mode 100644 index 26539ae2..00000000 --- a/.github/workflows/preview.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: GitHub Actions Vercel Preview Deployment -env: - VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} - VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} -on: - push: - branches-ignore: - - main -jobs: - Deploy-Preview: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Install Vercel CLI - run: npm install --global vercel@canary - - name: Pull Vercel Environment Information - run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }} - - name: Build Project Artifacts - run: vercel build --token=${{ secrets.VERCEL_TOKEN }} - - name: Deploy Project Artifacts to Vercel - run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 5e5451de..8cc65fba 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -1,4 +1,4 @@ -name: GitHub Actions Vercel Production Deployment +name: Keep React Production Deployment env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} diff --git a/app/components/ComponentsList.tsx b/app/components/ComponentsList.tsx index 5f59c3d1..169142b3 100644 --- a/app/components/ComponentsList.tsx +++ b/app/components/ComponentsList.tsx @@ -37,7 +37,7 @@ export const TooltipComponent = () => { return (