Commit Graph

6 Commits

Author SHA1 Message Date
f31f49aec7 feat: enhance column visibility toggle with localized display names and improve layout 2026-03-02 11:27:40 +01:00
8aac371c32 feat: implement infinite mode with character selection and scoring; refactor daily character storage logic 2026-03-02 11:23:52 +01:00
c3bc429af2 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 11:05:02 +01:00
a80e977e87 fix: adjust main component height for consistent layout across game, login, and profile pages 2026-03-01 23:30:53 +01:00
b4aa5e1a73 feat: enhance admin layout with navigation and return link; add name field for sign-up in login 2026-03-01 23:08:28 +01:00
b849e6c4dc 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-01 23:01:44 +01:00