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

This commit is contained in:
Aiden Cline 2026-02-09 10:08:26 -06:00 committed by GitHub
parent 5be1202eea
commit a7c5d5ac4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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