Daniel Onyejesi
9f2dee0875
Fix: update all Font Awesome 5 icon names to Font Awesome 6
...
FA6 renamed many icons — using old FA5 names caused blank buttons/icons:
- fa-cloud-upload-alt → fa-cloud-arrow-up (Nextcloud upload button)
- fa-sign-out-alt → fa-right-from-bracket (logout button)
- fa-magic → fa-wand-magic-sparkles (all Generate buttons)
- fa-volume-up → fa-volume-high (all Read buttons + stopReading)
- fa-compress-alt → fa-compress (Shorter + 3-Sentence Summary)
- fa-file-medical-alt → fa-file-waveform (SOAP tab header)
- fa-file-alt → fa-file-lines (Transcript/Input cards)
- fa-shield-alt → fa-shield-halved (HIPAA notice + 2FA section)
- fa-sync-alt → fa-rotate (Admin refresh button)
- fa-ambulance → fa-truck-medical (ED note section)
- fa-question-circle → fa-circle-question (What's Missing button)
2026-03-21 21:58:14 -04:00
Daniel Onyejesi
12083a5ed1
Fix: revert speakText to sync speechSynthesis; robust copyText fallback
...
- speakText: revert async ElevenLabs fetch chain — browser requires
speechSynthesis.speak() to be called synchronously within user gesture;
async .catch() context caused silent failure across browsers
- copyText: fix fallback that always showed 'Copied!' even when it failed;
now shows real error message, uses selectNodeContents for accuracy,
handles missing clipboard API gracefully
2026-03-21 21:31:48 -04:00
Daniel Onyejesi
1f84a58813
Upgrade TTS to ElevenLabs Adam voice with frontend integration
...
- Switch speakText() to call /api/text-to-speech backend (ElevenLabs) with fallback to native speechSynthesis
- Upgrade ElevenLabs voice from Rachel to Adam (pNInz6obpgDQGcFmaJgB) — warmer, more professional
- Upgrade model from eleven_monolingual_v1 to eleven_turbo_v2_5 for better quality and lower latency
2026-03-21 20:55:50 -04:00
ifedan-ed
ac8e7bb890
v3.0.0: Auth, admin panel, security fixes, per-tab model selector
...
- Add authMiddleware to all AI/transcribe routes (were unauthenticated)
- Add full admin panel: user management, registration toggle, stats
- Fix XSS in email verification (escape user.name in HTML)
- Fix missing APP_URL fallback in password reset email
- Add per-tab model selector (respects OpenRouter/Bedrock/Azure lists)
- Fix transcribeAudio to send Authorization header
- Fix labs input: textarea instead of single-line input
- Add structured logging: audit_log, api_log, access_log tables
- Add admin CLI (admin-cli.js) for Docker exec management
- Fix duplicate var duration declaration in ai.js catch block
- Fix RETURNING check case-sensitivity in database.js
2026-03-21 19:25:51 -04:00
ifedan-ed
565bec9ca8
v2.0.0: Pediatric AI Scribe
...
Features:
- Live encounter recording → HPI (outpatient/inpatient)
- Voice dictation → HPI / SOAP note
- Hospital course generator (prose/day-by-day/organ system/psych)
- Chart review / precharting (outpatient/subspecialty/ED)
- SOAP note generator (full/subjective only)
- Developmental milestones (AAP/Nelson) with narrative + 3-sentence summary
- AI refine & shorten for all outputs
- Ask AI what's missing (clarification)
- Authentication (email/password, email verification, 2FA)
- Nextcloud integration with auto date folders
- PWA support (installable on phone)
- 18+ AI models via OpenRouter
- HIPAA compliance guidance
- Docker support
2026-03-21 16:55:50 -04:00