Compare commits

...

1 Commits

Author SHA1 Message Date
Aiden Cline
32258aa028 Revert "feat(tui): restore footer to session view (#12245)"
This reverts commit 449c5b44b7.
2026-02-09 10:02:30 -06:00

View File

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