Commit Graph

6 Commits

Author SHA1 Message Date
7efda33137 fix: handle login failure after registration
All checks were successful
Build & Deploy / build (push) Successful in 1m54s
2026-05-15 21:42:03 +02:00
e1847106fe feat: credentials login, guild restrictie, schema username/password
All checks were successful
Build & Deploy / build (push) Successful in 2m1s
2026-05-15 20:19:16 +02:00
a094e67f69 feat: username/ww login, tijdzone fix, Vannacht → Eergisternacht"
Some checks failed
Build & Deploy / build (push) Failing after 1m11s
2026-05-15 18:12:47 +02:00
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
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