Commit Graph
8 Commits
Author SHA1 Message Date
Whidix dac084a75e feat: add fruit translation hints and update related logic in DailyFruitHint component
Build Docker Image / build (push) Successful in 1m26s
2026-07-10 19:57:42 +02:00
Whidix 42c4c7e20c feat: add DailyFruitHint component and integrate it into the daily fruit page
Build Docker Image / build (push) Successful in 1m32s
2026-06-23 19:57:24 +02:00
Whidix 33d8d17d33 fix: update daily title in English and French localization files
Build Docker Image / build (push) Successful in 1m30s
2026-06-22 21:37:24 +02:00
Whidix 7183b17678 feat: add daily fruit feature and related components
Build Docker Image / build (push) Successful in 2m8s
- Introduced a new daily fruit selection mechanism with associated database schema.
- Created routes and components for displaying and interacting with daily fruit.
- Implemented logic for tracking wins related to daily fruit and character guesses.
- Added localization support for new daily fruit titles in English and French.
- Enhanced the user experience with history tracking for guesses and wins.
- Refactored existing character-related logic to accommodate new fruit functionality.
2026-06-22 20:56:31 +02:00
Whidix 5fde54a2a7 feat: add age filter functionality and localization support in guess history
Build Docker Image / build (push) Successful in 1m12s
2026-03-16 22:05:09 +01:00
Whidix 2a3c82f777 feat: add age attribute to character history and localization support
Build Docker Image / build (push) Successful in 1m13s
2026-03-16 22:00:49 +01:00
Whidix 835163f5bb feat: add tried characters tracking and display in daily game profile
Build Docker Image / build (push) Successful in 1m10s
2026-03-16 21:39:44 +01:00
Whidix bd121b7d85 feat(i18n): integrate internationalization for game pages
- Added translation support for various game-related texts in the home, daily, infinite, login, and profile pages.
- Replaced hardcoded French strings with translation keys using the `$t` function.
- Updated titles, descriptions, and button texts to enhance localization.
2026-03-15 20:19:26 +01:00