Ronny
8b7b31826a
feat: stronger visual scoring differentiation + streak fix
...
- Exakt cards: gold glow border, gold banner, trophy emoji, larger animated badge
- Tendency: green accent (was blue), clearer differentiation from Exakt
- Falsch: muted gray, reduced opacity — clearly "lost"
- Profile tip history: solid gold/green/gray badges with distinct borders
- Streak: remove utc_date <= NOW() filter so dev-finished matches count; handle PostgreSQL boolean serialization
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-12 09:31:15 +02:00
Ronny
5af41a8a2c
fix: accuracy 1000% bug, Spiele nav icon, light mode polish
...
- Backend: parseInt for leaderboard values from PostgreSQL
(string concatenation "1"+"0"="10" caused 1000% accuracy)
- BottomNav: Swords icon instead of emoji for Spiele tab
- Light mode: stronger card shadows and shine gradient
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-11 21:05:23 +02:00
Ronny
b10f0f6ad4
feat: add /api/dashboard endpoint with hero match, stats, streak, nudges
...
Returns next tippable match (hero), user rank/points from leaderboard,
consecutive-tip streak, and up to 3 contextual nudges in one request.
Mounts at /api/dashboard; adds getDashboard() + DashboardData type to
the frontend API client.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-11 19:01:01 +02:00
Ronny
62aeda1395
refactor: remove KI-Agent chat widget and backend route
2026-04-11 18:54:50 +02:00
Ronny
06ed0ec3ce
fix: Expertenblick-Dialog auf Vorschau-Ton, deutsche Anführungszeichen & sequenzielle TTS
...
- Dialog-Prompt verwendet Zukunftsformen statt Vergangenheit (Vorschau, nicht Nachbetrachtung)
- Regex für parseDialogTurns erkennt jetzt deutsche Anführungszeichen (typografisch)
- ElevenLabs TTS sequenziell statt parallel (Free Tier max 2 concurrent)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-06 09:40:06 +02:00
Ronny
32de9cd5fd
feat: ElevenLabs Audio-Dialog für Expertenblick (Netzer/Delling TTS)
2026-04-05 23:05:53 +02:00
Ronny
07e0705380
feat: Günther-Agent (Netzer-Style) + Expertenblick im TipModal
...
- AgentChat-Widget mit SSE-Streaming, Quick-Actions, Multiple-Choice
- /api/agent/chat + /api/agent/insight Routen
- Expertenblick-Panel im TipModal (lazy load)
- Günther-Icon
2026-04-05 21:45:08 +02:00
Ronny
3d3ff097cf
feat: Ergebnis-Banner, Dev-Simulations-Panel & Spiele-Reset
...
- MatchCard: farbiger Ergebnis-Banner (Exakt/Tendenz/Falsch) ersetzt
tipRow, passender Card-Glow je Ergebnis; Lucide-Icons (lucide-react)
- MatchCard: Ändern-Button links, vertikal mittig zur Tipp-Box ausgerichtet
- DevPanel: Simulationsmodus mit User-Switcher, Zeit- & Status-Presets
- DevPanel: Reset-Section mit "Spiel zurücksetzen", "Alle Spiele" und
"Tipps löschen" (3 Buttons, farblich differenziert)
- Backend: dev.ts mit set-time, set-status, reset-tips, reset-match
- reset-match stellt Original-Datum wieder her (original_utc_date Spalte)
- set-time sichert Original-Datum per COALESCE beim ersten Aufruf
- Supabase Migration: original_utc_date TIMESTAMPTZ zu matches hinzugefügt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-04 01:10:55 +02:00
Ronny Mueller
e27a62a37b
feat: Stadium Elite Design, Rangliste, Profil-Team, User-Upsert & n8n Cronjob
...
- MatchCard + TipModal: Uhrzeit statt VS zwischen Flaggen, Gruppe zentriert
- LeaderboardPage: Podium (2./1./3.), DU-Badge, Trend-Pfeile, Team-Zeile, CTA-Card
- AdminPage: Stadium Elite Redesign mit Result-Bar und Inline-Spinner
- ProfilePage: Team-Feld inline editierbar (PATCH /api/profile/team)
- User-Upsert beim ersten App-Aufruf (Matches-Route) statt erst beim Tipp
- DB Migration 002: team-Spalte in users, Leaderboard View aktualisiert
- Leaderboard-Refresh automatisch nach Tipps-Auswertung
- n8n Workflow angelegt: stündlicher Sync + Auswertung (ID: t3SDspIGDXwkfOt3)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 23:37:38 +02:00
Ronny Müller
1c685b90a0
feat: WM2026 Tippspiel - Initial Backend + Frontend
2026-04-03 21:41:19 +02:00