it0/it0_app/lib/features/chat/presentation/widgets
hailin 20325a84bd feat: redesign chat UI from bubble style to timeline workflow
Replace traditional chat bubble layout with a Claude Code-inspired
timeline/workflow design:
- Vertical gray line connecting sequential event nodes
- Colored dots for each event (green=done, red=error, yellow=warning)
- Animated spinning asterisk (*) on active nodes
- Streaming text with blinking cursor in timeline nodes
- Tool execution shown as code blocks within timeline
- User prompts as distinct nodes with person icon

New file: timeline_event_node.dart (TimelineEventNode, CodeBlock)
Rewritten: chat_page.dart (timeline layout, no more bubbles)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 17:33:42 -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: translate all remaining English UI strings to Chinese and remove dead code 2026-02-23 02:07:57 -08:00
message_bubble.dart feat: add Markdown rendering and phone-call voice entry to chat UI 2026-02-23 07:31:40 -08:00
stream_text_widget.dart feat: add Markdown rendering and phone-call voice entry to chat UI 2026-02-23 07:31:40 -08:00
timeline_event_node.dart feat: redesign chat UI from bubble style to timeline workflow 2026-02-23 17:33:42 -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