feat(FN-3771): add chat bottom-snap behavior and roadmap plugin extraction

Chat UX improvements land first: bottom-snap scrolling behavior is wired into both `ChatView` and `QuickChatFAB`, with comprehensive test coverage added for the components and their underlying hooks; stale-closure bugs in the `useChat` and `useQuickChat` queue-flush handlers are also patched. Roadna

Fusion-Task-Id: FN-3771
This commit is contained in:
Fusion
2026-05-08 17:55:45 -07:00
committed by gsxdsm
parent 51e42cb0b5
commit 6f0e167532
5 changed files with 181 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix dashboard chat surfaces so ChatView and Quick Chat snap to the latest message when opened or when switching sessions, while preserving scroll-up reading state during streaming/history loads.