Hördle Bot
7fc1c2c201
Fix audio playback for newly uploaded files by using dynamic API route
2025-11-22 17:53:37 +01:00
Hördle Bot
fdd5463391
Add collapsible Daily Puzzles management table to admin area
2025-11-22 16:49:00 +01:00
Hördle Bot
ae9e4c504e
Add Song of the Day filter and badges to Admin Song Library
2025-11-22 16:38:15 +01:00
Hördle Bot
903d626699
Implement Specials feature, Admin UI enhancements, and Database Rebuild tool
2025-11-22 16:09:45 +01:00
Hördle Bot
10cab22cfe
Fix: Add batch processing to prevent timeout on large song libraries
2025-11-22 12:11:11 +01:00
Hördle Bot
8c720e287f
Feat: Genre system with per-genre daily puzzles
2025-11-22 11:56:16 +01:00
Hördle Bot
dc69fd1498
Feat: AI-powered genre categorization with OpenRouter
2025-11-22 11:55:50 +01:00
Hördle Bot
4f8524c286
Fix daily puzzle rotation timezone issue
...
- Added lib/dateUtils.ts for consistent timezone handling
- Updated app/page.tsx and app/api/daily/route.ts to use Europe/Berlin timezone
- Updated lib/gameState.ts to sync client-side daily check with server time
- Exposed TZ env var to client in next.config.ts
2025-11-22 00:44:14 +01:00
Hördle Bot
3f47fac276
feat: add configurable timezone for daily puzzle rotation with logging
2025-11-21 21:53:22 +01:00
Hördle Bot
75a8a63b21
feat: improve UX with modern skip/solve buttons, ID sorting, and URL-safe filenames
2025-11-21 21:44:16 +01:00
Hördle Bot
3f544bf77c
feat(admin): add MP3 validation with detailed audio info and cover detection
2025-11-21 21:16:25 +01:00
Hördle Bot
29d43effe3
feat: Add cover art support and auto-migration
...
- Extract cover art from MP3s during upload
- Display cover art in game result screens (win/loss)
- Add coverImage field to Song model
- Add migration script to backfill covers for existing songs
- Configure Docker to run migration script on startup
2025-11-21 15:51:22 +01:00
Hördle Bot
01bcf179f9
feat: Improve admin dashboard and add weighted song selection
...
- Replace filename column with activation count
- Add pagination (10 items per page) and search functionality
- Add delete functionality (removes DB entry and file)
- Remove manual title/artist input (auto-extract from ID3 tags)
- Replace text buttons with emoji icons (Edit, Delete, Save, Cancel)
- Implement weighted random selection for daily puzzles
- Add custom favicon
- Fix docker-compose.yml configuration
2025-11-21 13:56:55 +01:00
Hördle Bot
c1bd141042
Initial commit: Hördle Web App
2025-11-21 12:25:19 +01:00