1. WebView Dashboard Navbar
- Add `localStorage.setItem('is_mobile', '1')` to hide nav bar
- Fixes issue where web dashboard shows full navigation
2. Android STT Restart After TTS
- Reduce delay from 300ms to 50ms for Android
- Android Audio Focus releases immediately after TTS ends
- iOS keeps 300ms delay for smooth audio fade
- File: app/(tabs)/_layout.tsx:208
3. Remove Speaker Icon from Chat Header
- Remove TTS Stop button (volume-high icon) from chat.tsx
- Not needed in Lite version
- File: app/(tabs)/chat.tsx:500-508
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>