[codex] try vue virtual scroller for messages (#1103)

* try vue virtual scroller for messages

* hide inactive virtual scroller rows
This commit is contained in:
ekko
2026-05-28 21:59:55 +08:00
committed by GitHub
parent 5f5c5faa25
commit 74d0c3509b
3 changed files with 211 additions and 294 deletions
+3 -2
View File
@@ -63,7 +63,8 @@
"node-edge-tts": "^1.2.10",
"node-pty": "^1.1.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3"
"socket.io-client": "^4.8.3",
"vue-virtual-scroller": "^3.0.4"
},
"devDependencies": {
"@koa/bodyparser": "^5.0.0",
@@ -123,4 +124,4 @@
"vue-tsc": "^3.2.8",
"ws": "^8.20.0"
}
}
}