Commit c01c0a2
fix(frontend): Filter out started events when session is completed
The Activity Timeline was showing both "Session Started" (with spinning icon)
and "Session Completed" events for the same session, making it appear that
sessions were still running even after completion.
Now filters out session_started events when a corresponding session_completed
or session_failed event exists for the same sessionId.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: sallyom <[email protected]>1 parent 104894e commit c01c0a2
File tree
1 file changed
+18
-1
lines changed- components/frontend/src/components/workspaces/bugfix
1 file changed
+18
-1
lines changedLines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
43 | 60 | | |
44 | | - | |
| 61 | + | |
45 | 62 | | |
46 | 63 | | |
47 | 64 | | |
| |||
0 commit comments