Skip to content

Commit

Permalink
Merge pull request #1 from mzayem/UI-Changes
Browse files Browse the repository at this point in the history
adds dark mode toggle and shadcn
  • Loading branch information
elliotBraem authored Oct 21, 2024
2 parents c70cda4 + e07d981 commit 8ba3e8b
Show file tree
Hide file tree
Showing 21 changed files with 1,356 additions and 47 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply formatting changes
branch: ${{ github.head_ref }}
branch: ${{ github.event_name == 'pull_request' && github.head_ref || 'main' }}

playwright-tests:
name: Playwright tests
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
pnpm exec playwright install --with-deps
- name: Run tests
run: |
pnpm exec playwright test
pnpm exec playwright test
20 changes: 20 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/input.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,26 @@
"@near-wallet-selector/my-near-wallet": "^8.9.13",
"@near-wallet-selector/okx-wallet": "^8.9.13",
"@near-wallet-selector/sender": "^8.9.13",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@reown/appkit": "^1.1.4",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-devtools": "^5.59.15",
"@tanstack/react-router": "^1.69.0",
"@wagmi/connectors": "^5.2.0",
"@wagmi/core": "^2.13.8",
"@web3modal/wagmi": "^5.1.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.453.0",
"near-api-js": "^5.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-singleton-hook": "^4.0.1",
"rxjs": "^7.8.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"viem": "^2.21.27",
"wagmi": "^2.12.18",
Expand Down
Loading

0 comments on commit 8ba3e8b

Please sign in to comment.