Compare commits

..

18 Commits

Author SHA1 Message Date
bf963ee3fd feat: update GuessHistoryTable styles for improved layout and readability
All checks were successful
Build Docker Image / build (push) Successful in 1m23s
2026-03-02 22:00:25 +01:00
1ba853771e feat: add userCharacterHistory table schema and update journal with new version 2026-03-02 22:00:25 +01:00
949d9596a6 feat: add deployment webhook call to build image workflow 2026-03-02 22:00:25 +01:00
040a8963b0 feat: update Docker image build workflow to lowercase repository name in output 2026-03-02 22:00:25 +01:00
d78a70c473 feat: remove daily character seed from environment and implement random seed generation for selection 2026-03-02 22:00:25 +01:00
b70e47b0d6 feat: implement daily character seed from environment variable and enhance selection logic with hashing 2026-03-02 22:00:25 +01:00
60d2474f51 feat: refactor character history schema and related logic for improved date handling and data integrity 2026-03-02 22:00:25 +01:00
ef7ef4dd6c feat: refactor daily character logic to improve win count retrieval and streamline character selection 2026-03-02 22:00:25 +01:00
02c2ff2684 feat: enhance column visibility toggle with localized display names and improve layout 2026-03-02 22:00:25 +01:00
b245ee984a feat: implement infinite mode with character selection and scoring; refactor daily character storage logic 2026-03-02 22:00:25 +01:00
cf25a96719 feat: add WinPanel and YesterdayCharacter components; refactor daily game page
- Introduced WinPanel component to display win/loss messages based on game outcome.
- Added YesterdayCharacter component to show the character from the previous day.
- Refactored daily game page to utilize new components for better code organization and readability.
- Updated server-side logic to fetch daily character ID and count wins more efficiently.
- Cleaned up character selection logic and hint availability tracking.
2026-03-02 22:00:25 +01:00
4d059d45ef feat: add promote admin script to manage user roles 2026-03-02 22:00:25 +01:00
a6a5055f3a feat: improve character update logic and handle haki fields more effectively 2026-03-02 22:00:25 +01:00
6c2e0886af fix: adjust main component height for consistent layout across game, login, and profile pages 2026-03-02 22:00:25 +01:00
18ac6220f1 feat: enhance admin layout with navigation and return link; add name field for sign-up in login 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
e45dfb9832 fix: update @types/node version and improve type handling in daily character affiliations 2026-03-02 22:00:24 +01:00
b45909f86e feat: add user admin status and profile management
- Updated user schema to include isAdmin field.
- Enhanced authentication hooks to fetch and set user admin status.
- Created ProfileButton component for user profile actions.
- Implemented profile and password update functionality.
- Added session management for user accounts.
- Developed login and signup pages with form handling.
- Introduced layout server for user session data.
- Updated daily page to reflect character changes.
2026-03-02 22:00:24 +01:00

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB