it0/it0_app/lib/features/chat
hailin 72584182df fix(chat): fix VoiceMicButton gesture conflict with IconButton tooltip
GestureDetector was fighting with IconButton's inner Tooltip gesture
recognizer — onLongPressStart was never called (only vibration from
tooltip). Replaced with Listener (raw pointer events) + manual 500ms
Timer, which bypasses the gesture arena entirely.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 07:47:48 -08:00
..
data feat(chat): voice-to-text fills input box instead of auto-sending 2026-03-06 07:01:39 -08:00
domain feat(it0_app): add WhatsApp-style voice message with async agent interrupt 2026-03-06 03:20:41 -08:00
presentation fix(chat): fix VoiceMicButton gesture conflict with IconButton tooltip 2026-03-06 07:47:48 -08:00