feat(app): session timeline/turn rework (#13196)

Co-authored-by: David Hill <iamdavidhill@gmail.com>
This commit is contained in:
Adam 2026-02-17 07:16:23 -06:00 committed by GitHub
commit 10985671ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
85 changed files with 3084 additions and 2403 deletions

View file

@ -12,6 +12,6 @@
&:focus {
outline: none;
box-shadow: 0 0 0 1px var(--border-interactive-focus);
box-shadow: var(--inline-input-shadow, 0 0 0 1px var(--border-interactive-focus));
}
}