From 6eb996787955c8aa7b450e13a4bd88d488aa167d Mon Sep 17 00:00:00 2001 From: Brian Love Date: Sun, 10 May 2026 13:38:55 -0700 Subject: [PATCH] =?UTF-8?q?feat(examples-chat):=20Phase=206=20=E2=80=94=20?= =?UTF-8?q?timeline=20/=20time=20travel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .../app/shell/control-palette.component.html | 11 +++++++ .../app/shell/control-palette.component.ts | 6 ++++ .../src/app/shell/demo-shell.component.css | 14 +++++++++ .../src/app/shell/demo-shell.component.html | 12 ++++++++ .../src/app/shell/demo-shell.component.ts | 29 +++++++++++++++++-- .../app/shell/palette-persistence.service.ts | 1 + examples/chat/smoke/CHECKLIST.md | 16 ++++++++++ 7 files changed, 87 insertions(+), 2 deletions(-) diff --git a/examples/chat/angular/src/app/shell/control-palette.component.html b/examples/chat/angular/src/app/shell/control-palette.component.html index c8dbd0ef3..e2ac1a5ef 100644 --- a/examples/chat/angular/src/app/shell/control-palette.component.html +++ b/examples/chat/angular/src/app/shell/control-palette.component.html @@ -80,6 +80,17 @@ Debug {{ debugOpen() ? 'on' : 'off' }} + +