feat(KB-129): dashboard performance optimizations
- Fix SSE hook cleanup to prevent memory leaks and stale connections - Cap agent log memory and optimize batch log processing - Memoize Board, Column, and TaskCard with custom comparator to reduce re-renders - Stabilize column task arrays and preserve pagination across live updates - Add TaskCardBadge component for PR/issue state display - Remove deprecated GitHub polling code and archive functionality from core store
This commit is contained in:
5
.changeset/dashboard-performance-fixes.md
Normal file
5
.changeset/dashboard-performance-fixes.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Improve dashboard responsiveness by limiting in-memory agent logs, reducing unnecessary rerenders, and paginating very large task columns.
|
||||
Reference in New Issue
Block a user