Skip to content

Commit 5e4d443

Browse files
committed
merged main on this branch
2 parents e4b6171 + ee48121 commit 5e4d443

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+5289
-1390
lines changed

drizzle.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import { defineConfig } from "drizzle-kit";
44
export default defineConfig({
55
schema: "./src/db/schema.ts",
66
dialect: "turso",
7-
out: "./drizzle",
7+
out: "./src/db/drizzle",
88
dbCredentials: {
9-
//url: process.env.DATABASE_URL!,
109
url: process.env.TURSO_DATABASE_URL!,
1110
authToken: process.env.TURSO_AUTH_TOKEN!,
1211
},

drizzle/0000_safe_polaris.backup.sql

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

drizzle/0000_safe_polaris.sql

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

drizzle/0002_complex_khan.sql

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

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,27 @@
1818
"esbuild"
1919
],
2020
"dependencies": {
21+
"@hello-pangea/dnd": "^18.0.1",
22+
"@hookform/resolvers": "^5.2.2",
2123
"@libsql/client": "^0.15.15",
24+
"@radix-ui/react-accordion": "^1.2.12",
2225
"@radix-ui/react-alert-dialog": "^1.1.15",
23-
"@radix-ui/react-aspect-ratio": "^1.1.8",
26+
"@radix-ui/react-aspect-ratio": "^1.1.7",
2427
"@radix-ui/react-avatar": "^1.1.11",
2528
"@radix-ui/react-checkbox": "^1.3.3",
29+
"@radix-ui/react-dialog": "^1.1.15",
2630
"@radix-ui/react-dropdown-menu": "^2.1.16",
2731
"@radix-ui/react-icons": "^1.3.2",
2832
"@radix-ui/react-label": "^2.1.8",
2933
"@radix-ui/react-navigation-menu": "^1.2.14",
30-
"@radix-ui/react-progress": "^1.1.8",
34+
"@radix-ui/react-progress": "^1.1.7",
3135
"@radix-ui/react-scroll-area": "^1.2.10",
36+
"@radix-ui/react-select": "^2.2.6",
3237
"@radix-ui/react-separator": "^1.1.8",
3338
"@radix-ui/react-slot": "^1.2.4",
3439
"@radix-ui/react-tabs": "^1.1.13",
3540
"@radix-ui/react-tooltip": "^1.2.8",
41+
"@tanstack/react-table": "^8.21.3",
3642
"better-auth": "^1.3.34",
3743
"class-variance-authority": "^0.7.1",
3844
"clsx": "^2.1.1",
@@ -41,11 +47,12 @@
4147
"next": "16.0.3",
4248
"next-safe-action": "8.0.11",
4349
"next-themes": "^0.4.6",
44-
"react": "19.2.0",
45-
"react-dom": "19.2.0",
50+
"react": "19.1.0",
51+
"react-dom": "19.1.0",
4652
"react-hook-form": "^7.66.1",
53+
"recharts": "2.15.4",
4754
"sonner": "^2.0.7",
48-
"tailwind-merge": "^3.4.0",
55+
"tailwind-merge": "^3.3.1",
4956
"web": "link:@libsql/client/web",
5057
"zod": "^4.1.12"
5158
},

0 commit comments

Comments
 (0)