main #2

Merged
devbeni merged 15 commits from main into new-design 2025-10-16 13:07:58 +02:00

15 Commits

Author SHA1 Message Date
0dfdbc1a7e refactor: Change Vercel CLI installation method from pnpm to npm for consistency
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m35s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m34s
2025-10-16 13:05:48 +02:00
a584cd0c66 refactor: Update Vercel CLI installation to use pnpm for consistency across workflows
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Vercel Production Deployment / Deploy-Production (push) Failing after 9s
2025-10-16 13:05:06 +02:00
3122f04fa4 refactor: Add pnpm installation step to Vercel deployment workflows
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Vercel Production Deployment / Deploy-Production (push) Has been cancelled
2025-10-16 13:00:26 +02:00
872d590ff0 refactor: Simplify body tag formatting in RootLayout component 2025-10-16 12:59:02 +02:00
ac52eaf984 refactor: Add @vercel/analytics dependency and integrate Analytics component in layout 2025-10-16 12:57:54 +02:00
a310fe9564 refactor: Update type annotations and error handling for improved type safety in route and download components
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Vercel Production Deployment / Deploy-Production (push) Failing after 24s
2025-10-16 11:28:11 +02:00
fde0dd7216 refactor: Improve type safety in download and file routes by updating type annotations 2025-10-16 11:25:08 +02:00
cf72ed90e7 refactor: Enhance type safety for database queries in delete and download routes 2025-10-16 11:20:08 +02:00
966450a2de refactor: Specify type for active array in upload process 2025-10-16 11:18:05 +02:00
f533d86896 refactor: Update type annotations for database query results in cleanup route 2025-10-16 11:17:30 +02:00
97b10716b3 refactor: Update type annotation for query result in complete-upload route 2025-10-16 11:15:51 +02:00
ae452de3d0 refactor: Update type annotations for database queries and improve button state handling in download page 2025-10-16 11:15:14 +02:00
bc723445fa feat: Add Gitea workflows for demo, Vercel preview, and production deployments 2025-10-16 11:13:22 +02:00
d2d50ae860 feat: Add Dockerfile for building and running LockLoad Next.js application 2025-10-16 10:53:29 +02:00
3a9b29c158 refactor: Update application title and description to reflect new branding as LockLoad 2025-10-16 10:35:15 +02:00