Added Basic Darkmode and Fixed Small Bugs

This commit is contained in:
Ahmad 2025-01-13 19:12:06 -05:00
parent aacca3d141
commit 94fb5c7eb1
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
42 changed files with 593 additions and 72 deletions

View file

@ -18,6 +18,7 @@
"dependencies": {
"@arcjet/next": "^1.0.0-alpha.34",
"@clerk/nextjs": "^6.9.9",
"@clerk/themes": "^2.2.5",
"@hello-pangea/dnd": "^17.0.0",
"@liveblocks/client": "^2.15.1",
"@liveblocks/node": "^2.15.1",
@ -30,6 +31,7 @@
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
@ -47,6 +49,7 @@
"lodash": "^4.17.21",
"lucide-react": "^0.471.0",
"next": "^15.1.4",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-day-picker": "^9.5.0",
"react-dom": "^19.0.0",