ui-nyla/src/pages
ValueOn AG 36b8558dd0 Alle 9 Fixes sind implementiert. Hier die Zusammenfassung:
Fix 1 -- Opening-Prompt: processSessionOpening in serviceCommcoach.py prüft jetzt ob es die erste Session ist (isFirstSession) und gibt der AI einen expliziten Prompt, der das Erfinden von Kontext verbietet.
Fix 2 -- Stabiler Transcript: onresult in CommcoachCoachingView.tsx nutzt jetzt processedResultIndexRef um nur neue Results zu verarbeiten. Finalisierte Teile werden stabil akkumuliert, kein Flackern mehr.
Fix 3 -- Hintergrundgeräusche-Timeout: Neuer silenceTimerRef mit 5s Timeout. Wenn nach onspeechstart kein Text kommt, wird isUserSpeaking automatisch zurückgesetzt.
Fix 4 -- Stop-Button: "Stop" Button erscheint im Session-Header wenn TTS läuft (via isTtsPlaying State, synchronisiert per 200ms Interval mit isTtsPlayingRef).
Fix 5 -- Weitersprechen-Button: lastTtsAudioRef speichert das zuletzt gespielte Audio. stopTts setzt wasInterrupted = true. "Weitersprechen" Button erscheint nach Unterbrechung und spielt das Audio erneut ab.
Fix 6 -- Paralleles TTS: Neue _generateAndEmitTts() Hilfsfunktion. In processMessage und processSessionOpening wird TTS als asyncio.create_task parallel zu _emitChunkedResponse gestartet.
Fix 7 -- JSON-Response: Die AI antwortet jetzt als JSON mit text, speech, documents. Neuer Prompt-Block wird in buildCoachingSystemPrompt angehängt. _parseAiJsonResponse() und _saveGeneratedDocument() im Backend. processMessage und processSessionOpening nutzen die neue Struktur.
Fix 8 -- Loading-States: Neuer actionLoading State in useCommcoach. Alle async Funktionen setzen setActionLoading('key') vor dem Await und null im finally. Buttons zeigen Loading-Text und werden disabled.
Fix 9 -- Umlaute: Alle deutschen Strings in allen CommCoach-Dateien (Backend + Frontend) korrigiert: ae->ä, oe->ö, ue->ü.
2026-03-04 22:53:45 +01:00
..
admin fix(mobile): stabilize responsive layouts and action wrapping 2026-03-01 13:46:21 +01:00
basedata fix(mobile): stabilize responsive layouts and action wrapping 2026-03-01 13:46:21 +01:00
billing feat: integrated stripe billing 2026-02-25 08:45:12 +01:00
views Alle 9 Fixes sind implementiert. Hier die Zusammenfassung: 2026-03-04 22:53:45 +01:00
workflows fixed 3 issues 2026-02-12 00:42:09 +01:00
Dashboard.module.css prepared multimandate 2026-01-17 02:18:24 +01:00
Dashboard.tsx fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
FeatureView.module.css fix(mobile): stabilize responsive layouts and action wrapping 2026-03-01 13:46:21 +01:00
FeatureView.tsx com feature mvp 2026-03-02 00:51:25 +01:00
GDPR.module.css fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
GDPR.tsx gpdr compliancy implemented 2026-01-25 23:57:47 +01:00
index.ts prepared multimandate 2026-01-17 02:18:24 +01:00
InvitePage.module.css fix: Invitation Wizard Anpassungen fertig 2026-02-26 10:46:51 +01:00
InvitePage.tsx 2 critical fixes: pwd reset and invitation caching ui 2026-03-03 23:07:49 +01:00
Login.module.css fixed merge conflicts 2026-01-27 09:25:59 +01:00
Login.tsx enhanced invitation 2026-02-10 10:56:28 +01:00
PasswordResetRequest.module.css fix: smaller UI fixes 2026-01-26 10:46:38 +01:00
PasswordResetRequest.tsx hotfix 2026-01-13 07:25:32 +01:00
Register.module.css fixed merge conflicts 2026-01-27 09:25:59 +01:00
Register.tsx enhanced invitation 2026-02-10 10:56:28 +01:00
Reset.module.css fix: smaller UI fixes 2026-01-26 10:46:38 +01:00
Reset.tsx fix: smaller UI fixes 2026-01-26 10:46:38 +01:00
Settings.module.css fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
Settings.tsx fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
Store.module.css cursor-mode-integration-mvp 2026-02-23 17:13:31 +01:00
Store.tsx codeeditor mvp phase 1 done 2026-02-23 18:35:42 +01:00