Skip to content

Commit 32b802a

Browse files
committed
Updates / UX Fixes / Bug fixes
* Reverted to old tooltips * Updated components * Fixed issue with password visibility state not switching between entries. * Made buttons use pointer cursor again. * Removed unused components
1 parent 66f2117 commit 32b802a

File tree

12 files changed

+1192
-2160
lines changed

12 files changed

+1192
-2160
lines changed

package-lock.json

Lines changed: 950 additions & 934 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"find:unused": "next-unused"
1313
},
1414
"dependencies": {
15-
"@clerk/nextjs": "^6.12.2",
15+
"@clerk/nextjs": "^6.12.3",
1616
"@emotion/react": "^11.14.0",
1717
"@emotion/styled": "^11.14.0",
18-
"@hookform/resolvers": "^4.1.2",
18+
"@hookform/resolvers": "^4.1.3",
1919
"@prisma/client": "^6.4.1",
2020
"@radix-ui/react-accordion": "^1.2.3",
2121
"@radix-ui/react-alert-dialog": "^1.1.6",
@@ -55,7 +55,7 @@
5555
"embla-carousel-react": "^8.5.2",
5656
"input-otp": "^1.4.2",
5757
"lucide-react": "^0.477.0",
58-
"next": "^15.2.0",
58+
"next": "^15.2.1",
5959
"next-themes": "^0.4.4",
6060
"react": "^19",
6161
"react-day-picker": "8.10.1",
@@ -73,17 +73,17 @@
7373
"zustand": "^5.0.3"
7474
},
7575
"devDependencies": {
76-
"@tailwindcss/postcss": "^4.0.9",
76+
"@tailwindcss/postcss": "^4.0.10",
7777
"@types/bcryptjs": "^2.4.6",
7878
"@types/crypto-js": "^4.2.2",
7979
"@types/node": "^22",
8080
"@types/react": "^19",
8181
"@types/react-dom": "^19",
8282
"eslint": "^9",
83-
"eslint-config-next": "15.2.0",
83+
"eslint-config-next": "15.2.1",
8484
"next-unused": "^0.0.6",
8585
"postcss": "^8",
86-
"tailwindcss": "^4.0.9",
86+
"tailwindcss": "^4.0.10",
8787
"typescript": "^5"
8888
},
8989
"next-unused": {

src/components/ui/chart.tsx

Lines changed: 0 additions & 353 deletions
This file was deleted.

0 commit comments

Comments
 (0)