Commit Graph

11 Commits

Author SHA1 Message Date
Andrej Spielmann 7210d09821 feat(pwa): generate PNG icons 2026-03-26 15:19:42 +01:00
Andrej Spielmann d6c95a232b chore: add .env.local with network API URL 2026-03-26 15:12:49 +01:00
Andrej Spielmann 8a6db1527b chore: add dev:host script for network testing 2026-03-26 15:10:02 +01:00
Andrej Spielmann ee07a817b0 feat(pwa): integrate InstallPrompt in dashboard layout 2026-03-26 15:08:31 +01:00
Andrej Spielmann 1314982590 feat(pwa): add InstallPrompt component for Add to Home Screen 2026-03-26 15:01:26 +01:00
Andrej Spielmann 6edff1613c feat(pwa): add mobile optimizations (safe areas, touch targets, standalone mode) 2026-03-26 14:57:49 +01:00
Andrej Spielmann 80897a7a6e feat(pwa): add viewport and PWA meta tags 2026-03-26 14:54:09 +01:00
Andrej Spielmann 830908d132 feat(pwa): add icon generator script with sharp 2026-03-26 14:52:46 +01:00
Andrej Spielmann 16c6b9789f feat(pwa): add app icon resources (192x192) and generator script 2026-03-26 14:50:06 +01:00
Andrej Spielmann f96d727586 feat(pwa): add manifest.json for PWA configuration 2026-03-26 14:46:20 +01:00
Andrej Spielmann 3fefc550fe Initial commit: WrestleDesk full project
- Django backend with DRF (clubs, wrestlers, trainers, exercises, templates, trainings, homework, locations, leistungstest)
- Next.js 16 frontend with React, Shadcn UI, Tailwind
- JWT authentication
- Full CRUD for all entities
- Calendar view for trainings
- Homework management system
- Leistungstest tracking
2026-03-26 13:24:57 +01:00