Performance: use virtual scroll container and log level parsing for logs view (#11233)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
CanbiZ
2025-10-30 16:34:53 -07:00
committed by GitHub
parent b9aced07fb
commit e5bd4713ac
4 changed files with 46 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
.log-container {
overflow-y: scroll;
height: calc(100vh - 200px);
top: 70px;
top: 0;
p {
white-space: pre-wrap;