Commit graph

7 commits

Author SHA1 Message Date
Kit Langton
3c259fc552
feat(tui): replace scrap screen with component storybook (#39548) 2026-07-29 15:51:15 -04:00
Kit Langton
b985d2eb8e
feat(tui): polish session tab animations (#39542) 2026-07-29 13:50:49 -04:00
Kit Langton
b47cfbee7c
fix(tui): reduce tab pulse allocations (#39433) 2026-07-28 22:43:46 -04:00
Kit Langton
f64b50d71b
feat(tui): add unread tab glow (#39428) 2026-07-28 22:34:33 -04:00
Kit Langton
37a1b80d5a
feat(tui): add adaptive session tabs (#39396) 2026-07-28 17:12:07 -04:00
Dax Raad
e6f660fecf feat(tui): add v2 terminal interface 2026-06-26 14:38:25 -04:00
Simon Klee
e7c59b17a8
fix(tui): load root sessions in session switcher (#33931)
Request root sessions before applying the session list limit so child
sessions cannot crowd roots out of the switcher.

Keep the synchronized cache available while requests are pending or fail,
reconcile results with live updates, and retain current and pinned sessions.
Preserve selection by session ID when asynchronous results reorder the list.

Closes #16270
Closes #32725
2026-06-25 18:36:08 +02:00