feat(app): inset new layout session panels (#30342)

This commit is contained in:
Brendan Allan 2026-06-02 15:43:08 +08:00 committed by GitHub
commit 787f170682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 25 deletions

View file

@ -530,7 +530,7 @@ type SessionHeaderV2ActionsState = {
function SessionHeaderV2Actions(props: { state: SessionHeaderV2ActionsState }) {
return (
<div class="flex items-center gap-0">
<div class="flex items-center gap-2">
<Show when={props.state.statusVisible}>
<Tooltip placement="bottom" value={props.state.statusLabel}>
<StatusPopoverV2 />