fix(app): preserve paginated timeline order (#38641)

This commit is contained in:
Brendan Allan
2026-07-24 15:44:03 +08:00
committed by GitHub
parent a2d758e8d8
commit 50ec1a6bc0
5 changed files with 69 additions and 24 deletions
@@ -56,6 +56,7 @@ test("animates todo lifecycle without replaying it across session tabs", async (
default: { providerID: "opencode", modelID: "claude-opus-4-6" },
},
sessions: [session(sourceID, sourceTitle, 1700000000000), session(otherID, otherTitle, 1700000001000)],
sessionStatus: { [sourceID]: { type: "busy" } },
pageMessages: () => ({ items: [] }),
events: () => events.splice(0, 1),
eventRetry: 16,