• Joined on 2026-03-02
Whidix pushed to main at Whidix/Escape 2026-03-08 15:38:05 +01:00
05b29a62bb feat: add Dockerfile and entrypoint script for containerized application
Whidix pushed to main at Whidix/Escape 2026-03-08 15:35:18 +01:00
efeea1ae19 feat: complete outdoor escape game platform with location-based steps
fe8cfdd3f1 feat: initialize SvelteKit project with authentication and database setup
Whidix created branch main in Whidix/Escape 2026-03-08 15:35:18 +01:00
Whidix created repository Whidix/Escape 2026-03-07 21:04:40 +01:00
Whidix pushed to main at Whidix/OnePieceDle 2026-03-06 21:57:16 +01:00
a91b298ee5 fix: unify fetch concurrency constant for character and devil fruit fetching
Whidix pushed to main at Whidix/OnePieceDle 2026-03-06 20:26:11 +01:00
d3e36e486f feat: display GuessHistoryTable after winning condition and friends' results
Whidix pushed to main at Whidix/OnePieceDle 2026-03-06 20:16:11 +01:00
249da5ad2e feat(auth): add username field to user schema and authentication process
Whidix pushed to main at Whidix/OnePieceDle 2026-03-06 19:34:53 +01:00
ce08329b2d feat: add friends' results display for today's game
Whidix pushed to main at Whidix/OnePieceDle 2026-03-06 19:28:48 +01:00
f35f4565b6 feat: implement friendship system with requests and management features
5cd989b098 fix: normalize character status filtering logic to handle unknown and null values
edab42fd26 fix: improve status display logic in GuessHistoryTable for unknown and null values
Compare 3 commits »
Whidix pushed to main at Whidix/OnePieceDle 2026-03-06 00:05:27 +01:00
a78473b5ff fix: correct height extraction logic to convert centimeters to meters
Whidix pushed to main at Whidix/OnePieceDle 2026-03-05 23:42:53 +01:00
2ddcd548a2 fix: enhance affiliation comparison logic in GuessHistoryTable
Whidix pushed to main at Whidix/OnePieceDle 2026-03-05 23:25:10 +01:00
0b2797440e feat: add arc filter functionality to character selection
Whidix pushed to main at Whidix/OnePieceDle 2026-03-05 23:09:56 +01:00
c268cd5301 feat: implement character filters for gender, status, haki, devil fruit, height, and origin
Whidix pushed to main at Whidix/OnePieceDle 2026-03-05 22:57:15 +01:00
5978963939 feat: add reveal answer functionality to reset score and update selected characters
Whidix pushed to main at Whidix/OnePieceDle 2026-03-05 22:51:48 +01:00
1035a98eca refactor: simplify tries display by removing win/loss status
df224d97bb fix: correct win count message grammar for singular and plural cases
Compare 2 commits »
Whidix pushed to main at Whidix/OnePieceDle 2026-03-05 22:08:42 +01:00
08f5d620be feat: add daily history tab and fetch daily character history for user profile
Whidix pushed to main at Whidix/OnePieceDle 2026-03-05 22:03:24 +01:00
b4601a5caf feat: create new character table and migrate data from existing character table
Whidix pushed to main at Whidix/OnePieceDle 2026-03-04 13:12:04 +01:00
a7775783af feat: add filtering for characters with null origin data
Whidix pushed to main at Whidix/OnePieceDle 2026-03-04 12:46:02 +01:00
e6bfc1e413 feat: refactor character loading to use let for mutable characters and improve filtering logic
Whidix pushed to main at Whidix/OnePieceDle 2026-03-03 23:44:07 +01:00
7c9aef1aee feat: add scrape import functionality with status messages and logs