perf(app): stabilize live session timeline updates
Virtualize SessionDetail rows behind stable presentation boundaries and apply typed incremental patches only after visible commits. Preserve reader state across live updates, handle coalesced and reordered patches, and verify the 120Hz append path with Electron tracing.
This commit is contained in:
+1
-1
@@ -17,6 +17,6 @@
|
||||
"resolveJsonModule": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": ["src/main/**/*", "src/preload/**/*"],
|
||||
"include": ["src/main/**/*", "src/preload/**/*", "src/shared/**/*"],
|
||||
"exclude": ["node_modules", "out", "dist", "release", "src/renderer"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user