perf: freeze detached chat history updates

Stop historical chat view from waking on live tail deltas by suspending detached part updates, narrowing scroll manager dependencies, and hardening sync-context HMR behavior during dev.
This commit is contained in:
Bohdan Triapitsyn
2026-04-05 15:58:06 +03:00
parent 4663abd6f3
commit e56f2f99cf
4 changed files with 50 additions and 20 deletions
+1
View File
@@ -59,6 +59,7 @@ export {
useDirectoryStore,
useDirectorySync,
useSessionMessages,
useSessionMessageCount,
useSessionMessagesResolved,
useSessionParts,
useSessionStatus,