Commit Graph

11 Commits

Author SHA1 Message Date
cfd9ed4eae Fix: JWT session strategy + image optimalisatie uit voor ARM
All checks were successful
Build & Deploy / build (push) Successful in 1m41s
2026-05-15 09:39:08 +02:00
3789b16562 refactor: update Header component for improved navigation and styling
All checks were successful
Build & Deploy / build (push) Successful in 1m51s
2026-05-15 09:26:03 +02:00
a69635e4ab feat: add initial migration SQL and migration lock for PostgreSQL 2026-05-15 09:25:32 +02:00
09baafd6b0 refactor: improve Dockerfile comments and clean up unnecessary COPY commands for Prisma
All checks were successful
Build & Deploy / build (push) Successful in 1m49s
2026-05-15 00:40:17 +02:00
4b28c438bd fix: update Dockerfile to copy Prisma binaries and modify entrypoint script for migration
All checks were successful
Build & Deploy / build (push) Successful in 1m22s
2026-05-15 00:35:10 +02:00
37e9a980e6 feat: create public directory and add .gitkeep file
All checks were successful
Build & Deploy / build (push) Successful in 1m7s
2026-05-15 00:23:29 +02:00
e6ff39c2d0 fix: ensure openssl is installed in all Docker stages and update Prisma schema formatting
Some checks failed
Build & Deploy / build (push) Failing after 1m30s
2026-05-15 00:18:38 +02:00
5dd5ba5459 add package-lock.json
Some checks failed
Build & Deploy / build (push) Failing after 1m27s
2026-05-15 00:12:49 +02:00
74af5befc6 feat: update deployment workflow and docker-compose for Gitea integration
Some checks failed
Build & Deploy / build (push) Failing after 21s
2026-05-14 23:52:41 +02:00
06ff840762 feat: add sleep tracking features with leaderboard and user authentication
Some checks failed
Deploy / deploy (push) Failing after 50s
- Implemented a new HomePage component displaying the leaderboard.
- Created Providers component for session management using next-auth.
- Developed Header component for navigation and user authentication.
- Added Leaderboard component to fetch and display sleep data.
- Introduced SleepCard component for individual sleep entries.
- Created SleepForm component for logging sleep data with manual input options.
- Added SleepPhaseBar component to visualize sleep phases.
- Implemented utility functions for formatting and calculating sleep data.
- Set up authentication with Discord using next-auth and Prisma.
- Configured middleware for protected routes.
- Added TypeScript definitions for next-auth session.
- Configured Tailwind CSS for styling.
- Initialized TypeScript configuration for the project.
2026-05-14 23:45:25 +02:00
3c6ad58863 Add README.md 2026-05-14 23:39:40 +02:00