Hördle Bot
0c9508076f
fix: Update page title and description to Hördle
2025-11-21 14:56:37 +01:00
Hördle Bot
cbfd0c1798
feat: Add sortable 'Added' column to admin table
...
- Display upload date in German format (DD.MM.YYYY)
- Column is sortable by clicking header
- Uses existing createdAt field from database
2025-11-21 14:46:59 +01:00
Hördle Bot
8540c7be54
fix: Run Docker container as root user to avoid permission issues
2025-11-21 14:44:05 +01:00
Hördle Bot
28e716c52b
fix: Docker deployment with Prisma 6.19.0
...
- Use local Prisma version in Dockerfile instead of npx
- Pin Prisma version in docker-compose to 6.19.0
- Fix data directory permissions for SQLite database
- Update docker-compose.example.yml with working configuration
2025-11-21 14:22:28 +01:00
Hördle Bot
b81ad77042
build: Remove explicit Docker Compose version '3' declaration.
2025-11-21 14:05:08 +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
ea26649558
feat: Add statistics tracking and fix clipboard API
...
- Add personal statistics with badges for each attempt count
- Track solved puzzles per attempt (1-6) and failed attempts
- Display statistics after game completion
- Fix clipboard API issue with fallback method
- Add footer with attribution
2025-11-21 13:20:45 +01:00
Hördle Bot
ed87bd8c97
Refactor: Rename docker-compose.yml to example and update README
2025-11-21 13:01:34 +01:00
Hördle Bot
c1bd141042
Initial commit: Hördle Web App
2025-11-21 12:25:19 +01:00