Compare commits

...
Sign in to create a new pull request.

1 commit

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} sessionID={route.sessionID}
/> />
</box> </box>
<Show when={!sidebarVisible() || !wide()}>
<Footer />
</Show>
</Show> </Show>
<Toast /> <Toast />
</box> </box>