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

This reverts commit 449c5b44b7.
This commit is contained in:
Aiden Cline
2026-02-09 10:02:30 -06:00
parent 5be1202eea
commit 32258aa028

View File

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