feat(app): add virtual scrolling for chat messages

Replace v-for message loop with @tanstack/vue-virtual useVirtualizer.
Dynamic row measurement, estimated sizes (60px user / 200px assistant),
overscan 5 items. Scroll-to-bottom via scrollToIndex during streaming.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-03 20:24:44 +00:00
co-authored by Claude Opus 4.6
parent 79691c9a25
commit 31f2c2b261
3 changed files with 75 additions and 22 deletions
+1
View File
@@ -20,6 +20,7 @@
},
"dependencies": {
"@aiui/core": "workspace:*",
"@tanstack/vue-virtual": "^3.13.19",
"markdown-it": "^14.1.1",
"pinia": "^3.0.4",
"plyr": "^3.8.4",