it0/it0_app/lib/features/chat/presentation/widgets
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
..
agent_thinking_indicator.dart Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
approval_action_card.dart fix: resolve bottom overflow issues in chat page timeline rendering 2026-02-28 01:38:37 -08:00
conversation_drawer.dart fix(it0_app): stop using systemPrompt as conversation title 2026-03-04 02:32:08 -08:00
message_bubble.dart feat: add multimodal image input with streaming markdown optimization 2026-02-28 03:24:17 -08:00
stream_text_widget.dart feat: add multimodal image input with streaming markdown optimization 2026-02-28 03:24:17 -08:00
timeline_event_node.dart fix: remove clipboard paste menu item, fix timeline line overlap, dim input placeholder 2026-02-28 05:05:27 -08:00
tool_execution_card.dart fix: translate all remaining English UI strings to Chinese and remove dead code 2026-02-23 02:07:57 -08:00
voice_mic_button.dart fix(chat): fix VoiceMicButton gesture conflict with IconButton tooltip 2026-03-06 07:47:48 -08:00