- Add timestamp comparison logic in handleUpdated to prevent stale websocket data from overwriting newer task state - Rename stuck timeout setting from minutes to milliseconds for finer control - Add comprehensive tests for status update race condition scenarios - Add changeset for status update race condition fix
6 lines
343 B
Markdown
6 lines
343 B
Markdown
---
|
|
"@gsxdsm/fusion": patch
|
|
---
|
|
|
|
Fix dashboard status updates not showing until refresh (KB-613). The `handleUpdated` function in `useTasks.ts` now correctly uses `updatedAt` for general freshness comparison instead of relying solely on `columnMovedAt`, which was causing status updates to be incorrectly rejected as stale after column moves.
|