feat: add LinkResult, Pagination, and StatsCards components; implement server actions for link management and global stats retrieval

This commit is contained in:
Puechberty Arthur
2026-03-30 19:28:58 +02:00
parent 4ede5021b1
commit f95587fc7a
46 changed files with 4224 additions and 177 deletions
+10
View File
@@ -32,6 +32,14 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# local databases
dev.db
prisma/dev.db
# local editor deployment config
.vscode/sftp.json
# vercel
.vercel
@@ -39,3 +47,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
/src/generated/prisma