feat(tui): migrate session views to v2 data

This commit is contained in:
Dax Raad
2026-06-24 19:20:36 -04:00
parent 55ef266313
commit 4086b77eb2
25 changed files with 560 additions and 1284 deletions
@@ -119,7 +119,7 @@ test("turn summary starts at the left edge", async () => {
const commits = claim(out.renderer)
try {
expect(renderRows(commits.at(-1)!)[0]).toBe("Build · Little Frank · 2.2s")
expect(renderRows(commits.at(-1)!)[0]).toBe("Build · Little Frank · 2.2s")
} finally {
destroy(commits)
}