Fix mobile performance degradation during typing and after image upload #21

Merged
ryan merged 1 commits from fix/mobile-input-performance into main 2026-04-05 06:59:40 -04:00

1 Commits

Author SHA1 Message Date
Ryan Chen
e644def141 Fix mobile performance degradation during typing and after image upload
Memoize blob URL creation to prevent leak on every keystroke, wrap
MessageInput in React.memo with stable useCallback props, remove
expensive backdrop-blur-sm from chat footer, and use instant scroll
during streaming to avoid queuing smooth scroll animations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 06:58:53 -04:00