Project activity for June 07, 2026:
agents.happitec.com
8 commits
- Reactive, reliable auto-scrolling behavior: Fixed critical issues with the “at-bottom” gate logic so that incoming replies reliably trigger auto-scroll to the bottom without jarring jumps, and adjusted animation strategies to ensure smooth user experience: initial auto-scroll is un-animated for immediate placement, but scroll-to-bottom for new messages is re-animated to guide attention.
- Reply sending UX refinement: Replaced coarse subtree animations (e.g., reply slide-in) with targeted
withAnimationmodifiers to kill unwanted animations during the send transition, and implemented cross-fade transitions for both pending→confirmed state swaps and send actions—restoring visual continuity and left margin spacing for better readability. - State transition coherence: Unified pending→confirmed reply rendering into a single
ForEachblock to enable consistent cross-fading, avoiding disruptive in-place swaps that previously disrupted layout and flow.