Commit Graph
5 Commits
Author SHA1 Message Date
Whidix b0c071e3dd refactor: remove unused translated name fields from character selection
Build Docker Image / build (push) Successful in 1m23s
2026-07-10 19:40:17 +02:00
Whidix d3fafd75c6 feat: add translated names for Devil Fruits and update related schemas
Build Docker Image / build (push) Successful in 1m33s
- Added support for translated names and French translated names in the DevilFruitRecord and Character interfaces.
- Updated JSON import/export scripts to handle new translated name fields.
- Enhanced scraping logic to extract translated names from the source.
- Modified database schema to include translated names for Devil Fruits.
- Updated daily fruit selection to include translated names for characters.
2026-07-10 09:02:20 +02:00
Whidix efb0b3d330 refactor: simplify daily fruit selection logic and update type definitions
Build Docker Image / build (push) Successful in 1m33s
2026-07-08 23:11:29 +02:00
Whidix 2e6d90ce8c feat: filter characters by daily mode in fruit loading functions
Build Docker Image / build (push) Successful in 1m33s
2026-06-30 19:54:42 +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