feat(tui): restore footer to session view (#12245)

pull/12131/head
Ariane Emory 2026-02-06 11:21:16 -05:00 committed by GitHub
parent 24dbc46548
commit 449c5b44b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1099,6 +1099,9 @@ export function Session() {
sessionID={route.sessionID}
/>
</box>
<Show when={!sidebarVisible() || !wide()}>
<Footer />
</Show>
</Show>
<Toast />
</box>