https://github.com/user-attachments/assets/00baed72-993e-4a96-b8d0-7b32e677a2a3 Three issues in the "Message Growth" home-page visualization (`web/src/components/architecture/message-flow.tsx`): 1. **Flicker at `len=0/1`.** On restart the array snaps back to empty right after it starts regrowing, so it stutters instead of growing cleanly. 2. **Scrollbar at `len=8`.** The 8 chips overflow the container, adding a horizontal scrollbar and clipping `assistant (final)`. 3. **Inconsistent entrance (minor).** Each chip's background slides in (`width`) while its label zooms in (`scale`) — two mismatched motions.
before.mov
Three issues in the "Message Growth" home-page visualization (
web/src/components/architecture/message-flow.tsx):len=0/1. On restart the array snaps back to empty right after it starts regrowing, so it stutters instead of growing cleanly.len=8. The 8 chips overflow the container, adding a horizontal scrollbar and clippingassistant (final).width) while its label zooms in (scale) — two mismatched motions.