Commit Graph

6 Commits

Author SHA1 Message Date
7ecc46b5a6 feat: enhance character data loading with distinct statuses and genders, optimize epithets handling
All checks were successful
Build Docker Image / build (push) Successful in 1m42s
2026-03-03 18:52:58 +01:00
91400f9910 feat: simplify uploads directory path assignment by removing redundant process.cwd() call
All checks were successful
Build Docker Image / build (push) Successful in 1m20s
2026-03-02 23:32:26 +01:00
2b4a55636e feat: use environment variable for uploads directory path
All checks were successful
Build Docker Image / build (push) Successful in 1m26s
2026-03-02 23:21:05 +01:00
74d051cbfe feat: implement file upload functionality and create file serving endpoint
All checks were successful
Build Docker Image / build (push) Successful in 1m20s
2026-03-02 22:25:33 +01:00
a6a5055f3a feat: improve character update logic and handle haki fields more effectively 2026-03-02 22:00:25 +01:00
114f6cde7a feat: add daily win recording endpoint, user authentication, and profile management
- Implemented a POST endpoint for recording daily wins in the game.
- Created login and signup functionality with email and password.
- Developed a profile page allowing users to update their profile information, change passwords, and manage active sessions.
- Added a toggle feature for switching between login and signup forms.
- Enhanced the layout by removing the profile button and adjusting the header structure.
2026-03-02 22:00:24 +01:00