mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-19 07:04:40 +00:00
feat(tui): restore footer to session view (#12245)
This commit is contained in:
@@ -1099,6 +1099,9 @@ export function Session() {
|
|||||||
sessionID={route.sessionID}
|
sessionID={route.sessionID}
|
||||||
/>
|
/>
|
||||||
</box>
|
</box>
|
||||||
|
<Show when={!sidebarVisible() || !wide()}>
|
||||||
|
<Footer />
|
||||||
|
</Show>
|
||||||
</Show>
|
</Show>
|
||||||
<Toast />
|
<Toast />
|
||||||
</box>
|
</box>
|
||||||
|
|||||||
Reference in New Issue
Block a user