it0/it0_app/lib/features/chat/presentation
hailin ed39518a71 feat: floating pill input bar + auto-scroll on history load
Input area redesign (ChatGPT/Claude App style):
- Replace fixed bottom bar with floating pill overlay using Stack+Positioned
- Semi-transparent background (surface 92% opacity) with rounded corners (28px)
- Drop shadow for depth separation from content
- Remove inner TextField border (InputBorder.none) for cleaner look
- ListView bottom padding increased to 80px to leave room under the pill
- Input pill floats 12px from edges, 8px from bottom

History scroll fix:
- Add jump parameter to _scrollToBottom() for instant positioning
- When loading conversation history (empty→many messages), use jumpTo
  instead of animateTo to avoid incomplete scroll on large message lists
- Double-frame jumpTo ensures layout settles before final scroll position

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 05:15:18 -08:00
..
pages feat: floating pill input bar + auto-scroll on history load 2026-02-28 05:15:18 -08:00
providers feat: add multimodal image input with streaming markdown optimization 2026-02-28 03:24:17 -08:00
widgets fix: remove clipboard paste menu item, fix timeline line overlap, dim input placeholder 2026-02-28 05:05:27 -08:00