fix: websocket message scroll (#6503)

* fix: websocket message scroll

* fix

* fix: icon color

* fix: sse message list

* fix

* rm: sort test

* rm: WSResponseSortOrder

* fix: auto scroll
This commit is contained in:
Pooja
2026-01-13 22:09:08 +05:30
committed by GitHub
parent 07fff423bb
commit 3351bf990a
8 changed files with 114 additions and 46 deletions

10
package-lock.json generated
View File

@@ -24819,6 +24819,15 @@
"react-dom": ">=16.14.0"
}
},
"node_modules/react-virtuoso": {
"version": "4.17.0",
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.17.0.tgz",
"integrity": "sha512-od3pi2v13v31uzn5zPXC2u3ouISFCVhjFVFch2VvS2Cx7pWA2F1aJa3XhNTN2F07M3lhfnMnsmGeH+7wZICr7w==",
"peerDependencies": {
"react": ">=16 || >=17 || >= 18 || >= 19",
"react-dom": ">=16 || >=17 || >= 18 || >=19"
}
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
@@ -30075,6 +30084,7 @@
"react-player": "^2.16.0",
"react-redux": "^7.2.9",
"react-tooltip": "^5.5.2",
"react-virtuoso": "^4.17.0",
"sass": "^1.46.0",
"semver": "^7.7.1",
"shell-quote": "^1.8.3",