it0/it0_app/lib/features/chat/presentation
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
..
pages feat(chat): voice-to-text fills input box instead of auto-sending 2026-03-06 07:01:39 -08:00
providers feat(chat): voice-to-text fills input box instead of auto-sending 2026-03-06 07:01:39 -08:00
widgets fix(chat): fix VoiceMicButton gesture conflict with IconButton tooltip 2026-03-06 07:47:48 -08:00